feat(NumberKeyboard): add close-button-loading prop (#6158)

This commit is contained in:
neverland
2020-04-28 11:51:13 +08:00
committed by GitHub
parent acfefe6518
commit 3e9863d63a
6 changed files with 30 additions and 4 deletions
+4
View File
@@ -129,4 +129,8 @@
width: 30px;
height: 24px;
}
&__loading-icon {
color: @number-keyboard-button-text-color;
}
}