0
Fork 0
mirror of https://codeberg.org/SafeTwitch/safetwitch.git synced 2024-12-22 05:12:57 -05:00

fix navbar hamburger color not matching theme #67

This commit is contained in:
dragongoose 2023-11-27 19:12:39 -05:00
parent 2d86a8c1cb
commit 0bce68762d
No known key found for this signature in database
GPG key ID: 01397EEC371CDAA5

View file

@ -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>