Commit 4bd721a3 authored by Ategon Dev's avatar Ategon Dev Committed by Grant
Browse files

Fix template opacity

parent 95b61fa0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@ export const TemplateSettings = () => {
          step={1}
          minValue={0}
          maxValue={100}
          value={opacity || 100}
          value={opacity ?? 100}
          onChange={(v) => setOpacity(v as number)}
          getValue={(v) => v + "%"}
        />