Skip to content

Commit

Permalink
Merge pull request #412 from RAIRLab/411-bug-no-default-theme-selecte…
Browse files Browse the repository at this point in the history
…d-after-theme-update

Quick Theme Loading Fix
  • Loading branch information
James-Oswald authored Jul 25, 2024
2 parents 5841a38 + 9d40318 commit 896d805
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/CSS/themes.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @author James Oswald
*/

[data-theme="Light-Wireframe"] {
:root {
--global-background : #ffffff;
--p-text : #000000;
--canvas-bg : #ffffff;
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
<p>Theme:</p>
</div>
<select id="theme-select" name="theme-select" data-choose-theme>
<option value="Light-Wireframe">Light-Wireframe</option>
<option value="">Light-Wireframe</option>
<option value="Dark-Wireframe">Dark-Wireframe</option>
<option value="Light-Colorblind">Light-Colorblind</option>
<option value="Dark-Colorblind">Dark-Colorblind</option>
Expand Down

0 comments on commit 896d805

Please sign in to comment.