feat: add colorPicker hex/rgba controls back #351

This commit is contained in:
SethBurkart123
2025-10-13 13:37:26 +11:00
parent 7192f41535
commit e895ce9f6b
2 changed files with 10 additions and 1 deletions
@@ -108,7 +108,6 @@ export default function Picker({
<ColorPicker
disableDarkMode={true}
presets={presets}
hideInputs={customOnChange ? false : true}
value={customThemeColor ?? ""}
onChange={(color: string) => {
if (customOnChange) {