Skip to content

Commit

Permalink
backstage: introduce mono theme to selector
Browse files Browse the repository at this point in the history
  • Loading branch information
frshwtr committed Feb 26, 2025
1 parent 6ebb07c commit b86b48a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const uniqueID = 'switcher-' + Math.random().toString(36).substring(7);
<select name="theme" class="theme-selector" id={`${uniqueID}`}>
<option value="standard">Standard</option>
<option value="inverse">Inverse</option>
<option value="mono">Mono</option>
</select>
</label>
<label class="switch-label" for={uniqueID}>Show code</label>
Expand Down

0 comments on commit b86b48a

Please sign in to comment.