Skip to content

Commit c1ca19d

Browse files
Fix light-theme attr reference in theme docs (#1693)
* Fix light-theme attr reference * Create olive-snakes-begin.md Co-authored-by: Jon Rohan <[email protected]>
1 parent da7466f commit c1ca19d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/olive-snakes-begin.md

+5
Original file line numberDiff line numberDiff line change
@@ -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

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Configure Primer CSS to use a certain theme by setting HTML attributes.
1111

1212
Theme | data attributes
1313
--- | ---
14-
Light | `data-color-mode="light" data-dark-theme="light"`
14+
Light | `data-color-mode="light" data-light-theme="light"`
1515
Dark | `data-color-mode="dark" data-dark-theme="dark"`
1616
Dark Dimmed | `data-color-mode="dark" data-dark-theme="dark_dimmed"`
1717
Dark High Contrast | `data-color-mode="dark" data-dark-theme="dark_high_contrast"`

0 commit comments

Comments
 (0)