[Improvement] Picker: update unselected option color (#1142)

This commit is contained in:
neverland
2018-05-23 17:29:26 +08:00
committed by GitHub
parent dd5d54ba0f
commit 3e7f7fe7ce
3 changed files with 163 additions and 1 deletions

View File

@@ -67,7 +67,7 @@
&__item {
padding: 0 5px;
color: $gray-darker;
color: $gray-dark;
&--selected {
color: $black;