Skip to content

Commit 59ded90

Browse files
author
Mathilda Heise
committed
changed color cradient for what to expect icons
1 parent f3aef75 commit 59ded90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Features/Features.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import React from "react";
55
export function IconContainer(props) {
66
return (
77
<Card sx={{
8-
background: "linear-gradient(45deg, rgba(58,12,163,1) 0%, rgba(114,9,183,1) 100%)",
8+
background: "linear-gradient(45deg, rgba(58,12,163,1) 0%, rgba(76,201,240,1) 100%)",
99
width: "80%",
1010
aspectRatio: "1 / 1",
1111
display: "flex",

0 commit comments

Comments
 (0)