fix(dashboard-v2): add missing shadow for NavBar
This commit is contained in:
parent
539fc32fb9
commit
6be5e45703
|
@ -9,7 +9,7 @@ import { PageContainer } from "../PageContainer";
|
||||||
import { NavBarLink, NavBarSection } from ".";
|
import { NavBarLink, NavBarSection } from ".";
|
||||||
|
|
||||||
const NavBarContainer = styled.div.attrs({
|
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({
|
const NavBarBody = styled.nav.attrs({
|
||||||
|
|
Reference in New Issue