We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 891be78 commit ea5cb73Copy full SHA for ea5cb73
src/components/marketing/home/hero.js
@@ -191,14 +191,14 @@ export function Hero() {
191
</Box>
192
<Box
193
sx={{
194
- bgcolor: "#8057f4",
+ bgcolor: "#b69cff",
195
filter: "blur(50px)",
196
height: "30px",
197
left: "50%",
198
position: "absolute",
199
top: 0,
200
transform: "translateX(-50%)",
201
- width: "80%",
+ width: "90%",
202
zIndex: 1,
203
mixBlendMode: "plus-lighter",
204
}}
0 commit comments