fix-header-theme (#5564)

This commit is contained in:
Anmol Singh Bhatia 2024-09-10 14:42:24 +05:30 committed by GitHub
parent cc07992e47
commit ec51e9d8ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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