fix-header-theme (#5564)
This commit is contained in:
parent
cc07992e47
commit
ec51e9d8ce
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ export const AppHeader = (props: AppHeaderProps) => {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="z-[15]">
|
<div className="z-[15]">
|
||||||
<Row className="h-[3.75rem] z-10 flex gap-2 w-full items-center border-b border-custom-border-200">
|
<Row className="h-[3.75rem] z-10 flex gap-2 w-full items-center border-b border-custom-border-200 bg-custom-sidebar-background-100">
|
||||||
<div className="block bg-custom-sidebar-background-100 md:hidden">
|
<div className="block bg-custom-sidebar-background-100 md:hidden">
|
||||||
<SidebarHamburgerToggle />
|
<SidebarHamburgerToggle />
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue