diff --git a/client/src/contexts/color-mode/index.tsx b/client/src/contexts/color-mode/index.tsx index 585955b..2a08ccd 100644 --- a/client/src/contexts/color-mode/index.tsx +++ b/client/src/contexts/color-mode/index.tsx @@ -40,6 +40,10 @@ export const ColorModeContextProvider: React.FC = ({ children // you can change the theme colors here. example: ...RefineThemes.Magenta, theme={{ algorithm: mode === "light" ? defaultAlgorithm : darkAlgorithm, + token: { + colorPrimary: "#0891b2", + colorInfo: "#0891b2", + }, }} > {children}