feat(core): add theme provider and dots pattern background
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
export default function BackgroundEffects() {
|
||||
return (
|
||||
<div className="bg-container" aria-hidden="true">
|
||||
<div className="bg-dots" />
|
||||
<div className="bg-glow bg-glow-1" />
|
||||
<div className="bg-glow bg-glow-2" />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user