From a445bce5b00157f3d1b2eada9f0d2733c92452b9 Mon Sep 17 00:00:00 2001 From: NPC64927130 Date: Sun, 20 Mar 2022 18:25:52 -0400 Subject: [PATCH] fix: consistent gray color --- src/components/Footer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 935969f..f1000db 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -12,7 +12,7 @@ import { IconProp } from '@fortawesome/fontawesome-svg-core'; const white = '#FFF'; const black = '#000'; -const grey = '#AAA'; +const grey = '#999'; const brandColor = '#498200'; const twitterColor = '#1DA1F2';