Browse Source

better brightness max

Jimmy Chion 3 years ago
parent
commit
a31db4c688
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/CodeBlocks/Filter.tsx

+ 1 - 1
src/components/CodeBlocks/Filter.tsx

@@ -74,7 +74,7 @@ export const FilterControls = () => {
           label="brightness"
           label="brightness"
           name="brightness"
           name="brightness"
           min={100}
           min={100}
-          max={5000}
+          max={1500}
           step={50}
           step={50}
           tipFormatter={(v) => `${v}%`}
           tipFormatter={(v) => `${v}%`}
           onChange={(val: number) => setBrightness(val)}
           onChange={(val: number) => setBrightness(val)}