[Improvement] Button: adjust default button border color (#392)

This commit is contained in:
neverland
2017-12-08 11:17:54 +08:00
committed by GitHub
parent a3ca3c40a9
commit 2cc5767a99
4 changed files with 43 additions and 32 deletions
+3 -3
View File
@@ -102,11 +102,11 @@
border: 0;
border-radius: 0;
font-size: 16px;
color: $bottom-action-button-default-color;
background-color: $bottom-action-button-default-background-color;
color: $button-bottom-action-default-color;
background-color: $button-bottom-action-default-background-color;
&.van-button--primary {
background-color: $bottom-action-button-primary-background-color;
background-color: $button-bottom-action-primary-background-color;
}
}