style: Keep teal theme color
Some checks failed
CI / style (push) Has been cancelled
CI / build-client (push) Has been cancelled
CI / build-amd64 (push) Has been cancelled
CI / build-tester (push) Has been cancelled
CI / test (cockroachdb) (push) Has been cancelled
CI / test (mariadb) (push) Has been cancelled
CI / test (postgres) (push) Has been cancelled
CI / test (sqlite) (push) Has been cancelled
CI / build-arm64 (push) Has been cancelled
CI / build-armv7 (push) Has been cancelled
CI / publish-images (push) Has been cancelled
CI / publish-release (push) Has been cancelled

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-14 23:19:32 -06:00
parent 1e3e956dd1
commit 59f8f5d9f7

View File

@@ -40,6 +40,10 @@ export const ColorModeContextProvider: React.FC<PropsWithChildren> = ({ children
// you can change the theme colors here. example: ...RefineThemes.Magenta, // you can change the theme colors here. example: ...RefineThemes.Magenta,
theme={{ theme={{
algorithm: mode === "light" ? defaultAlgorithm : darkAlgorithm, algorithm: mode === "light" ? defaultAlgorithm : darkAlgorithm,
token: {
colorPrimary: "#0891b2",
colorInfo: "#0891b2",
},
}} }}
> >
{children} {children}