No success color needed when PrimaryButton is used

This commit is contained in:
Vesa Luusua 2017-07-03 12:25:35 +03:00
parent 10e9fa238a
commit 6b5dd94f7a
2 changed files with 0 additions and 2 deletions

View file

@ -37,5 +37,4 @@
flex-shrink: 0;
margin: 0 24px 24px 24px;
width: calc(100% - 48px);
background-color: var(--successColor);
}

View file

@ -43,5 +43,4 @@
.submitButton {
margin-top: 24px;
background-color: var(--successColor);
}