fix: c26fc448-7a2c-4a81-93c2-4f9c2a4ba8e6

This commit is contained in:
tahachm 2025-04-27 16:46:47 +05:00
parent b82e565196
commit e3bd204222
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ function Slider({ label, value, className, classNameLabel, classNameTrack }) {
{label}
</label>
<input
className={clsx('gfe-slider-range', classNameRange)}
className={clsx('gfe-slider-range', classNameTrack)}
id={id}
type="range"
value={value}