Improve dark theme button's accessibility

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-02-17 01:49:29 +05:30
parent 71ef4b0120
commit 89d8ae77bc
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
</ul>
</nav>
<div class="user-toggle">
<button class="toggle-button js-mode-toggle">
<button class="toggle-button js-mode-toggle" aria-label="Dark theme switch">
<span class="toggle-button__icon" aria-hidden="true"></span>
</button>
</div>