This commit is contained in:
Alphons Joseph
2025-02-10 19:49:43 +08:00
parent 5fde2a3660
commit 6098cf9608
+1 -1
View File
@@ -93,7 +93,7 @@ export default function Picker({
<ColorPicker
disableDarkMode={true}
presets={presets}
hideInputs={true}
hideInputs={false}
value={customThemeColor ?? ""}
onChange={(color: string) => {
if (customOnChange) {