Remove redundant min and max props from brightness levelbar
This commit is contained in:
@@ -289,8 +289,6 @@ function PinenoteShell() {
|
||||
vertical
|
||||
class="brightness-levelbar"
|
||||
value={brightnessLevel((v) => Math.max(0, Math.min(1, (v || 0) / 100)))}
|
||||
min={0}
|
||||
max={1}
|
||||
/>
|
||||
</box>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user