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

Update to V4 of styled-components #401

Closed
wants to merge 4 commits into from
Closed
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Snapshot update

  • Loading branch information
Ross Moody
Ross Moody committed Mar 14, 2019
commit e033db02a0c0f9871ce691fc056581858d4a7142
@@ -2,9 +2,9 @@

exports[`Button tests basic tests matches the snapshot 1`] = `
.c0 {
--button-main-color: #242536;
--button-main-color-hover: #131525;
--button-main-color-active: #343546;
--button-main-color: #3b3e4f;
--button-main-color-hover: #1E2029;
--button-main-color-active: #5e6175;
--button-state-color: var(--button-main-color);
--icon-size: 16px;
--icon-spacing: 6px;
@@ -42,9 +42,9 @@ exports[`Grant complete tests basic tests matches the snapshot 1`] = `
}

.c6 {
--button-main-color: #FB542B;
--button-main-color-hover: #F43405;
--button-main-color-active: #FDBBAA;
--button-main-color: #ff7654;
--button-main-color-hover: #FB542B;
--button-main-color-active: #ffb8a6;
--button-state-color: var(--button-main-color);
--icon-size: 18px;
--icon-spacing: 6px;
@@ -2,9 +2,9 @@

exports[`Grant error tests basic tests matches the snapshot 1`] = `
.c3 {
--button-main-color: #FB542B;
--button-main-color-hover: #F43405;
--button-main-color-active: #FDBBAA;
--button-main-color: #ff7654;
--button-main-color-hover: #FB542B;
--button-main-color-active: #ffb8a6;
--button-state-color: var(--button-main-color);
--icon-size: 18px;
--icon-spacing: 6px;
@@ -2,9 +2,9 @@

exports[`ModalBackupRestore tests basic tests matches the snapshot 1`] = `
.c27 {
--button-main-color: #FB542B;
--button-main-color-hover: #F43405;
--button-main-color-active: #FDBBAA;
--button-main-color: #ff7654;
--button-main-color-hover: #FB542B;
--button-main-color-active: #ffb8a6;
--button-state-color: var(--button-main-color);
--icon-size: 16px;
--icon-spacing: 6px;
@@ -53,9 +53,9 @@ exports[`ModalBackupRestore tests basic tests matches the snapshot 1`] = `
}

.c25 {
--button-main-color: #FB542B;
--button-main-color-hover: #F43405;
--button-main-color-active: #FDBBAA;
--button-main-color: #ff7654;
--button-main-color-hover: #FB542B;
--button-main-color-active: #ffb8a6;
--button-state-color: var(--button-main-color);
--icon-size: 16px;
--icon-spacing: 6px;
@@ -11,9 +11,9 @@ exports[`PanelWelcome tests basic tests matches the snapshot 1`] = `
}

.c10 {
--button-main-color: #A0A1B2;
--button-main-color-hover: #7C7D8C;
--button-main-color-active: #585968;
--button-main-color: #c2c4cf;
--button-main-color-hover: #AEB1C2;
--button-main-color-active: #84889c;
--button-state-color: var(--button-main-color);
--icon-size: 18px;
--icon-spacing: 6px;
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.