mirror of
https://codeberg.org/SafeTwitch/safetwitch.git
synced 2024-12-22 13:22:58 -05:00
fix navbar hamburger color not matching theme #67
This commit is contained in:
parent
2d86a8c1cb
commit
0bce68762d
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ export default {
|
|||
|
||||
<div class="block md:hidden">
|
||||
<button @click="toggle" class="flex items-center px-3 py-2">
|
||||
<svg class="fill-current h-3 w-3" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
||||
<svg class="fill-current text-contrast h-3 w-3" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
||||
<title>Menu</title>
|
||||
<path d="M0 3h20v2H0V3zm0 6h20v2H0V9zm0 6h20v2H0v-2z" />
|
||||
</svg>
|
||||
|
|
Loading…
Reference in a new issue