Skip to content

Commit 949412a

Browse files
committed
fix: change blob color
1 parent eddc12a commit 949412a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/BlobWrapper/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ export default function BlobWrapper({ children }: BlobWrapperProps) {
1010
return (
1111
<div className="blob-wrapper">
1212
<Blob
13-
color="#232e44"
13+
color="#0d111a"
1414
style={{ width: "220%", opacity: .8, position: "absolute", top: "50%", left: 0, transform: "translate(-18%, -40%)" }}
1515
/>
1616
<Blob
17-
color="#0c111c"
17+
color="#07080C"
1818
style={{ width: "180%", position: "absolute", top: "50%", left: 0, transform: "translate(-12%, -40%)" }}
1919
/>
2020
{children}

0 commit comments

Comments
 (0)