Skip to content

Commit

Permalink
fix(playground): toggle text color (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
Weetbix authored May 28, 2024
1 parent 8d75717 commit 352e4b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion playground/src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
line-height: 1.5;
font-weight: 400;
color: rgba(255, 255, 255, 0.87);
background-color: #242424;
color-scheme: dark;
}

body {
margin: 0;
min-height: 100vh;
--r-text: rgba(255, 255, 255, 0.87);
color: var(--r-text);
}

body .r-toggle-switch-handle {
Expand Down

0 comments on commit 352e4b4

Please sign in to comment.