Skip to content

Commit

Permalink
fix: dark mode toggle icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Xtr126 committed Oct 18, 2023
1 parent 9a369e8 commit eebe230
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@

<div id="left-panel" class="background body-large">
<md-icon-button toggle id="dark-light-mode-toggle" style="display:flex; justify-content: flex-start; padding: 10px; padding-bottom: 20px;">
<md-icon>dark_mode</md-icon>
<md-icon slot="selectedIcon">light_mode</md-icon>
<md-icon slot="selected">dark_mode</md-icon>
<md-icon>light_mode</md-icon>
</md-icon-button>
<side-navigation-panel id="left-panel-navigation">
<div data-name="install">1. Source</div>
Expand Down

0 comments on commit eebe230

Please sign in to comment.