Remove step prop from VolumeSlider component (#944)
Removed the `step` prop from VolumeSlider to use the generic Slider component's default `0.01` step size.
This commit is contained in:
parent
cbdb4983cd
commit
e3a040cd97
1 changed files with 0 additions and 1 deletions
|
|
@ -18,7 +18,6 @@ export const VolumeSlider: React.FC<{ disabled?: boolean }> = ({
|
|||
}
|
||||
min={0}
|
||||
max={1}
|
||||
step={0.1}
|
||||
label={t("settings.sound.volume.title")}
|
||||
description={t("settings.sound.volume.description")}
|
||||
descriptionMode="tooltip"
|
||||
|
|
|
|||
Loading…
Reference in a new issue