mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
feat(theme): implement custom state for theme creator colour picker
This commit is contained in:
@@ -41,6 +41,7 @@ export default function Picker({
|
||||
const latestValuesRef = useRef({ customThemeColor, customOnChange, savePresets, presets });
|
||||
|
||||
useEffect(() => {
|
||||
console.log(customState)
|
||||
if (customState !== undefined) {
|
||||
setCustomThemeColor(customState)
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user