fix spelling mistake (#5162)

This commit is contained in:
OhNow 2019-12-02 10:33:07 +08:00 committed by neverland
parent f16635f5f1
commit bcba1bcac5
2 changed files with 3 additions and 3 deletions

View File

@ -679,7 +679,7 @@
@tag-text-color: @white;
@tag-border-radius: .2em;
@tag-round-border-radius: @border-radius-max;
@tag-dander-color: @red;
@tag-danger-color: @red;
@tag-primary-color: @blue;
@tag-success-color: @green;
@tag-warning-color: @orange;

View File

@ -23,10 +23,10 @@
}
&--danger {
background-color: @tag-dander-color;
background-color: @tag-danger-color;
&.van-tag--plain {
color: @tag-dander-color;
color: @tag-danger-color;
}
}