Skip to content

Commit a91889d

Browse files
authored
correct how colors are used (#842)
1 parent 4b5adf1 commit a91889d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

settings.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@ See [Themes](themes) for more information.
6666
Must be a hex code beginning with `#`.
6767
</ResponseField>
6868
<ResponseField name="light" type="string matching ^#([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$">
69-
Primary color variant for light mode.
69+
Light color variant of your theme.
7070

7171
Must be a hex code beginning with `#`.
7272
</ResponseField>
7373
<ResponseField name="dark" type="string matching ^#([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$">
74-
Primary color variant for dark mode.
74+
Dark color variant of your theme.
7575

7676
Must be a hex code beginning with `#`.
7777
</ResponseField>

0 commit comments

Comments
 (0)