Skip to content

Commit bca4a9e

Browse files
committed
Update theme.config.tsx
1 parent ac11783 commit bca4a9e

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

theme.config.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,10 @@ const config: DocsThemeConfig = {
5656
),
5757
},
5858
head: useHead,
59-
primaryHue: { dark: 200, light: 200 },
60-
primarySaturation: { dark: 100, light: 100 },
59+
color: {
60+
hue: 200,
61+
saturation: 100,
62+
},
6163
sidebar: {
6264
defaultMenuCollapseLevel: 1,
6365
toggleButton: true,

0 commit comments

Comments
 (0)