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
+2 -2
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;
}
}