Remove redundant min and max props from brightness levelbar

This commit is contained in:
2026-07-13 14:55:29 +02:00
parent 0d12e4b313
commit 4307713104
-2
View File
@@ -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>