Skip to content

Commit 5f2acf6

Browse files
hamburger accent color matching theme
1 parent f971f77 commit 5f2acf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/default/header_default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div id="header_default">
22
<header id="contentHeader" class="h-16 flex items-center justify-between w-full p-0 px-4">
33
<div class="flex items-center space-x-4">
4-
<button id="contentHamburger" class="toggleSidebarButton hidden" aria-label="Toggle Sidebar"></button>
4+
<button id="contentHamburger" class="toggleSidebarButton hidden text-accent" aria-label="Toggle Sidebar"></button>
55
<h1 id="auth-modeldropdown" class="text-lg"></h1>
66
</div>
77
{{themecontroller_default}}

0 commit comments

Comments
 (0)