Skip to content

Commit b5f1617

Browse files
author
Nejla Şahin
authored
Update VolumeButton.jsx
1 parent ebaf0fa commit b5f1617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/VolumeButton.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ function VolumeButton({ setBaseUrl, resetButton, setResetButton }) {
6262
<button type="button" className={`${gtButton ? "btn-primary" : "btn-outline-primary"} btn ms-2`} onClick={greaterThan}>Greater Than</button>
6363
<button type="button" className={`${ltButton ? "btn-primary" : "btn-outline-primary"} btn ms-2`} onClick={lowerThan}>Lower Than</button>
6464
</div>
65-
<div className="col-xl-4 col-lg-12">
65+
<div className="col-xl-4 col-lg-8">
6666
<Slider defaultValue={30} min={0} max={100} disabled={noneButton} step={0.1} onChange={handleValueChange} />
6767
</div>
6868
</div>

0 commit comments

Comments
 (0)