From 8c2f8a571f2995f0c13d54f5eb6abf105191d9de Mon Sep 17 00:00:00 2001 From: Bianca Cheng Costanzo Date: Sat, 16 Dec 2017 20:08:52 +0100 Subject: [PATCH 1/2] Change to the shade of grey in use throughout the product --- src/theme/weave.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/theme/weave.js b/src/theme/weave.js index f48ceebb..eb2ada2d 100644 --- a/src/theme/weave.js +++ b/src/theme/weave.js @@ -15,7 +15,7 @@ const colors = { gray: '#aaaaaa', gunpowder: '#3c3c5b', lavender: '#8383ac', - lightgray: '#f8f8f8', + lightgray: '#fafafc', sand: '#f5f4f4', stratos: '#001755', turquoise: '#00bcd4', From 69741315aa967dd36c83296c0cec32d5f596f173 Mon Sep 17 00:00:00 2001 From: Bianca Cheng Costanzo Date: Mon, 18 Dec 2017 12:47:52 +0100 Subject: [PATCH 2/2] Removing failing snapshots --- src/components/Alert/__snapshots__/Alert.test.js.snap | 2 +- .../Button/__snapshots__/Button.test.js.snap | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/Alert/__snapshots__/Alert.test.js.snap b/src/components/Alert/__snapshots__/Alert.test.js.snap index 251d6198..537cd773 100644 --- a/src/components/Alert/__snapshots__/Alert.test.js.snap +++ b/src/components/Alert/__snapshots__/Alert.test.js.snap @@ -2,7 +2,7 @@ exports[` snapshots renders default 1`] = ` .c0 { - background: #f8f8f8; + background: #fafafc; border-radius: 4px; border: 2px solid #aaaaaa; color: #000; diff --git a/src/components/Button/__snapshots__/Button.test.js.snap b/src/components/Button/__snapshots__/Button.test.js.snap index 833bd73c..34162eac 100644 --- a/src/components/Button/__snapshots__/Button.test.js.snap +++ b/src/components/Button/__snapshots__/Button.test.js.snap @@ -18,7 +18,7 @@ exports[`