oh also, adds better feedback to the ui; the jukebox volume slider is now only red when it damages your hearing

This commit is contained in:
deathride58
2022-05-22 00:56:27 -04:00
parent b34cfa6485
commit 38369e640e
+1 -1
View File
@@ -52,7 +52,7 @@ export const Jukebox = (props, context) => {
<Box position="relative">
<Knob
size={2.4}
color={volume > 70 ? 'red' : 'green'}
color={volume > 140 ? 'red' : 'green'}
value={volume}
unit="%"
minValue={0}