Skip to content

Commit

Permalink
chore: correct bg color to match the theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol-Baranwal committed Aug 8, 2023
1 parent e033e27 commit 3f11e0b
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 @@ -12,7 +12,7 @@ export const SideNavbarBody: FC = () => {
return (
<div
className={classNames(
`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`,
`bg-[rgba(243,244,246,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 3f11e0b

Please sign in to comment.