We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da7466f commit c1ca19dCopy full SHA for c1ca19d
.changeset/olive-snakes-begin.md
@@ -0,0 +1,5 @@
1
+---
2
+"@primer/css": patch
3
4
+
5
+Fix light-theme attr reference in theme docs
docs/content/support/theming.md
@@ -11,7 +11,7 @@ Configure Primer CSS to use a certain theme by setting HTML attributes.
11
12
Theme | data attributes
13
--- | ---
14
-Light | `data-color-mode="light" data-dark-theme="light"`
+Light | `data-color-mode="light" data-light-theme="light"`
15
Dark | `data-color-mode="dark" data-dark-theme="dark"`
16
Dark Dimmed | `data-color-mode="dark" data-dark-theme="dark_dimmed"`
17
Dark High Contrast | `data-color-mode="dark" data-dark-theme="dark_high_contrast"`
0 commit comments