We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b5adf1 commit a91889dCopy full SHA for a91889d
settings.mdx
@@ -66,12 +66,12 @@ See [Themes](themes) for more information.
66
Must be a hex code beginning with `#`.
67
</ResponseField>
68
<ResponseField name="light" type="string matching ^#([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$">
69
- Primary color variant for light mode.
+ Light color variant of your theme.
70
71
72
73
<ResponseField name="dark" type="string matching ^#([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$">
74
- Primary color variant for dark mode.
+ Dark color variant of your theme.
75
76
77
0 commit comments