Skip to content

Commit

Permalink
Add default system button class
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianbruntonsagecom committed Sep 17, 2024
1 parent 8cb29a1 commit cea112e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ <h1>Light/dark mode demonstration</h1>
<section>
<h2>User selection</h2>
<p>This section will change based on user preference.</p>
<button onclick="setMode(event, 'mode-system')">System</button>
<button onclick="setMode(event, 'mode-system')" class="active">System</button>
<button onclick="setMode(event, 'mode-light')">Light</button>
<button onclick="setMode(event, 'mode-dark')">Dark</button>
</section>
Expand Down

0 comments on commit cea112e

Please sign in to comment.