Skip to content

Commit

Permalink
Merge pull request #57 from wesley-silv/FMG-37
Browse files Browse the repository at this point in the history
style(dashboard.html): removing the icons from toggle theme, let's on…
  • Loading branch information
wesley-silv authored Dec 3, 2024
2 parents 2f02343 + 0c05fe1 commit 8c4c017
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions public/views/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
<h1 class="header-title">Gerenciador Financeiro</h1>
<div class="theme-selector">
<select id="theme-switcher" class="form-select">
<option value="light" selected>&#x263C; Claro</option>
<option value="dark">&#x263E; Escuro</option>
<option value="system">&#x2699; Sistema</option>
<option value="light" selected>Claro</option>
<option value="dark">Escuro</option>
<option value="system">Sistema</option>
</select>
</div>
<i class="bi bi-list" id="open-sidebar" aria-label="Abrir menu"></i>
Expand Down

0 comments on commit 8c4c017

Please sign in to comment.