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 f3aef75 commit 59ded90Copy full SHA for 59ded90
src/components/Features/Features.jsx
@@ -5,7 +5,7 @@ import React from "react";
5
export function IconContainer(props) {
6
return (
7
<Card sx={{
8
- background: "linear-gradient(45deg, rgba(58,12,163,1) 0%, rgba(114,9,183,1) 100%)",
+ background: "linear-gradient(45deg, rgba(58,12,163,1) 0%, rgba(76,201,240,1) 100%)",
9
width: "80%",
10
aspectRatio: "1 / 1",
11
display: "flex",
0 commit comments