Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change the shade of grey in use throughout the product #93

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/Alert/__snapshots__/Alert.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

exports[`<Alert /> snapshots renders default 1`] = `
.c0 {
background: #f8f8f8;
background: #fafafc;
border-radius: 4px;
border: 2px solid #aaaaaa;
color: #000;
Expand Down
10 changes: 5 additions & 5 deletions src/components/Button/__snapshots__/Button.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ exports[`<Button /> accepts a style prop 1`] = `
.c0:hover {
-webkit-transition: color .3s ease;
transition: color .3s ease;
background: #f8f8f8;
background: #fafafc;
color: #3c3c5b;
}

Expand Down Expand Up @@ -88,7 +88,7 @@ exports[`<Button /> snapshots renders default 1`] = `
.c0:hover {
-webkit-transition: color .3s ease;
transition: color .3s ease;
background: #f8f8f8;
background: #fafafc;
color: #3c3c5b;
}

Expand All @@ -111,7 +111,7 @@ exports[`<Button /> snapshots renders disabled 1`] = `
border: 0;
outline: none;
box-shadow: 0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);
background: #f8f8f8;
background: #fafafc;
color: #aaaaaa;
font-size: 0.875em;
text-transform: uppercase;
Expand All @@ -121,7 +121,7 @@ exports[`<Button /> snapshots renders disabled 1`] = `
.c0:hover {
-webkit-transition: color .3s ease;
transition: color .3s ease;
background: #f8f8f8;
background: #fafafc;
color: #aaaaaa;
}

Expand Down Expand Up @@ -187,7 +187,7 @@ exports[`<Button /> snapshots renders selected 1`] = `
.c0:hover {
-webkit-transition: color .3s ease;
transition: color .3s ease;
background: #f8f8f8;
background: #fafafc;
color: #3c3c5b;
}

Expand Down
2 changes: 1 addition & 1 deletion src/theme/weave.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const colors = {
gray: '#aaaaaa',
gunpowder: '#3c3c5b',
lavender: '#8383ac',
lightgray: '#f8f8f8',
lightgray: '#fafafc',
sand: '#f5f4f4',
stratos: '#001755',
turquoise: '#00bcd4',
Expand Down