Skip to content

Commit

Permalink
🐞fix: dark mode background issue #46
Browse files Browse the repository at this point in the history
  • Loading branch information
blinko-space committed Nov 11, 2024
1 parent 89ab1b8 commit 33e725b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Layout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const CommonLayout = observer(({
}

const SideBarContent = (
<div className="flex h-full w-[288px] flex-1 flex-col p-4 relative bg-white">
<div className="flex h-full w-[288px] flex-1 flex-col p-4 relative bg-background">
<div className="absolute inset-0 z-[-1] h-[250px] w-[250px] overflow-hidden blur-3xl ">
<div className="w-full h-[100%] bg-[#ffc65c] opacity-20"
style={{ "clipPath": "circle(35% at 50% 50%)" }} />
Expand Down

0 comments on commit 33e725b

Please sign in to comment.