fix(dashboard-v2): add missing shadow for NavBar

This commit is contained in:
Michał Leszczyk 2022-03-16 09:04:29 +01:00
parent 539fc32fb9
commit 6be5e45703
No known key found for this signature in database
GPG Key ID: FA123CA8BAA2FBF4
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import { PageContainer } from "../PageContainer";
import { NavBarLink, NavBarSection } from ".";
const NavBarContainer = styled.div.attrs({
className: `grid sticky top-0 bg-white z-10`,
className: `grid sticky top-0 bg-white z-10 shadow-sm`,
})``;
const NavBarBody = styled.nav.attrs({