Browse Source

better brightness max

Jimmy Chion 3 năm trước cách đây
mục cha
commit
a31db4c688
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/components/CodeBlocks/Filter.tsx

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

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