From 942254b3a959a62d2c637cb55b00ec7edd0f04e3 Mon Sep 17 00:00:00 2001 From: Mike Fix Date: Mon, 10 Feb 2020 20:42:06 -0800 Subject: [PATCH] fix red color on small text --- components/Footer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Footer.js b/components/Footer.js index 9b63621..9c3b71d 100644 --- a/components/Footer.js +++ b/components/Footer.js @@ -64,7 +64,7 @@ const Footer = () => ( margin: -4px 0 0 -12px; padding: 1px 3px; color: ${COLORS.SECONDARY}; - background: ${COLORS.RED}; + background: #cd3f45; /* COLORS.DARK_RED? */ border-radius: 3px; font-size: 8px; font-weight: 600;