Skip to content

Commit

Permalink
Fix light-theme attr reference in theme docs (#1693)
Browse files Browse the repository at this point in the history
* Fix light-theme attr reference

* Create olive-snakes-begin.md

Co-authored-by: Jon Rohan <[email protected]>
  • Loading branch information
jasonmacgowan and jonrohan authored Oct 21, 2021
1 parent da7466f commit c1ca19d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/olive-snakes-begin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/css": patch
---

Fix light-theme attr reference in theme docs
2 changes: 1 addition & 1 deletion docs/content/support/theming.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Configure Primer CSS to use a certain theme by setting HTML attributes.

Theme | data attributes
--- | ---
Light | `data-color-mode="light" data-dark-theme="light"`
Light | `data-color-mode="light" data-light-theme="light"`
Dark | `data-color-mode="dark" data-dark-theme="dark"`
Dark Dimmed | `data-color-mode="dark" data-dark-theme="dark_dimmed"`
Dark High Contrast | `data-color-mode="dark" data-dark-theme="dark_high_contrast"`
Expand Down

0 comments on commit c1ca19d

Please sign in to comment.