chore: Update profile color in features component

This commit is contained in:
Mauro Balades
2024-07-20 15:23:37 +02:00
parent f76056c38c
commit 6a77fcd541

View File

@@ -7,7 +7,7 @@ import TextReveal from "./ui/text-reveal";
import styled, { css, keyframes } from "styled-components"; import styled, { css, keyframes } from "styled-components";
const profileColors = [ const profileColors = [
"#F5ED97", "#e8cd7d",
"#C2E3B7", "#C2E3B7",
"#EEDBF9", "#EEDBF9",
]; ];