update styling

This commit is contained in:
3zachm 2022-12-24 15:38:59 -08:00
parent 968d93a1ba
commit e8d337bfeb
2 changed files with 6 additions and 6 deletions
components/dashboard

View file

@ -6,7 +6,7 @@ function NavBar() {
return (
<div className="m-3">
<m.div
className="flex min-h-[5rem] w-full flex-row items-center justify-between rounded-2xl bg-zinc-800 p-1 lg:h-full lg:w-24 lg:flex-col"
className="flex min-h-[5rem] w-full flex-row items-center justify-between rounded-2xl bg-zinc-800 bg-opacity-70 p-1 lg:h-full lg:w-24 lg:flex-col"
variants={navContainerVariants}
initial="initial"
animate="animate"