style(NumberKeyboard): update close text link color (#6149)

This commit is contained in:
neverland
2020-04-27 16:50:05 +08:00
committed by GitHub
parent afb8a6e546
commit 3360ca7eb0
2 changed files with 7 additions and 2 deletions
+4
View File
@@ -94,6 +94,10 @@
background-color: @number-keyboard-key-active-color;
}
&--gray&--active {
background-color: @gray-3;
}
&--blue {
color: @number-keyboard-button-text-color;
background-color: @number-keyboard-button-background-color;