Skip to content

Commit

Permalink
fix: improve sidenavbar body with opacity of bg
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol-Baranwal committed Jul 29, 2023
1 parent c63c814 commit e4a8807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/SideNavbar/SideNavbarBody.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const SideNavbarBody: FC = () => {
return (
<div
className={classNames(
`bg-[rgba(255,255,255,0.3)] h-full w-full overflow-x-hidden whitespace-nowrap transition-all ease-in dark:bg-dark dark:text-text-primary`,
`bg-[rgba(255,255,255,1)] h-full w-full overflow-x-hidden whitespace-nowrap transition-all ease-in dark:bg-dark dark:text-text-primary`,
theme === 'light' ? 'scrollColorLight' : 'scrollColorDark'
)}
>
Expand Down

0 comments on commit e4a8807

Please sign in to comment.