From eee1b4b5000aab5a7278cf7dba94fdd6c2fb80c2 Mon Sep 17 00:00:00 2001 From: Jason Lengstorf Date: Wed, 30 May 2018 12:37:32 -0700 Subject: [PATCH 1/3] fix: increase contrast of footer text for a11y --- src/components/Footer/Footer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Footer/Footer.js b/src/components/Footer/Footer.js index 96708001..c440244f 100644 --- a/src/components/Footer/Footer.js +++ b/src/components/Footer/Footer.js @@ -6,7 +6,7 @@ import { color, font } from '../../utils/style'; const Footer = styled('footer')` background-color: ${color.accentLight}; - color: ${color.textLight}; + color: ${color.textDefault}; font-family: ${font.default}; font-size: 11px; margin-top: 4rem; From d601bd333a68b5b1e0aec22ef157f2358f079973 Mon Sep 17 00:00:00 2001 From: Jason Lengstorf Date: Wed, 30 May 2018 12:37:53 -0700 Subject: [PATCH 2/3] fix: for => htmlFor because I always forget that about React --- src/components/Contact/Form.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/Contact/Form.js b/src/components/Contact/Form.js index 8b8ccf99..aa02fe00 100644 --- a/src/components/Contact/Form.js +++ b/src/components/Contact/Form.js @@ -61,18 +61,18 @@ const ContactForm = ({ action, name }) => ( data-netlify="true" > - - + - + - + - +