mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
fix: accent color preloaded data
This commit is contained in:
parent
da66abf791
commit
1c7a24a48a
@ -129,6 +129,7 @@ export const CustomThemeSelector: React.FC<Props> = ({ preLoadedData }) => {
|
||||
reset({
|
||||
...defaultValues,
|
||||
...preLoadedData,
|
||||
"accent-500": preLoadedData?.accent?.[500] || "#FE5050",
|
||||
});
|
||||
}, [preLoadedData, reset]);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user