From 6a77fcd541b7364c100a4b59b605ff904acc6f50 Mon Sep 17 00:00:00 2001 From: Mauro Balades Date: Sat, 20 Jul 2024 15:23:37 +0200 Subject: [PATCH] chore: Update profile color in features component --- src/components/features.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/features.tsx b/src/components/features.tsx index fe9ac47..bdd1359 100644 --- a/src/components/features.tsx +++ b/src/components/features.tsx @@ -7,7 +7,7 @@ import TextReveal from "./ui/text-reveal"; import styled, { css, keyframes } from "styled-components"; const profileColors = [ - "#F5ED97", + "#e8cd7d", "#C2E3B7", "#EEDBF9", ];