feat(NumberKeyboard): add focused prop (#4279)

This commit is contained in:
neverland
2019-08-29 15:30:28 +08:00
committed by GitHub
parent 667c4f692c
commit 3264825f77
7 changed files with 47 additions and 1 deletions
+4
View File
@@ -380,6 +380,10 @@
@number-keyboard-close-font-size: @font-size-md;
@number-keyboard-button-text-color: @white;
@number-keyboard-button-background-color: @blue;
@number-keyboard-cursor-color: @text-color;
@number-keyboard-cursor-width: 1px;
@number-keyboard-cursor-height: 40%;
@number-keyboard-cursor-animation-duration: 1s;
// Overlay
@overlay-background-color: rgba(0, 0, 0, 0.7);