Applied new sidebar styles to logout button

This commit is contained in:
Nicolai Ort 2021-08-21 20:04:32 +02:00
parent 204bf5b01d
commit 735279bc47
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@
</svg>
</SidebarEntry>
<button
class="flex items-center px-4 py-2 mt-5 text-gray-600 transition-colors duration-200 transform rounded-md dark:text-gray-400 hover:bg-gray-200 dark:hover:bg-gray-700 dark:hover:text-gray-200 hover:text-gray-700"
class="flex items-center px-4 py-2 mt-5 transition-colors duration-200 transform rounded-md hover:bg-gray-200 dark:hover:bg-gray-700 dark:hover:text-gray-200 hover:text-gray-700"
on:click={logout}
>
<svg