feat(NumberKeyboard): use delete icon instead of delete text (#6151)

This commit is contained in:
neverland
2020-04-27 19:14:44 +08:00
committed by GitHub
parent 3360ca7eb0
commit 9e7d72eff2
10 changed files with 464 additions and 431 deletions
+5
View File
@@ -117,4 +117,9 @@
flex-basis: 66%;
}
}
&__delete-icon {
width: 32px;
height: 22px;
}
}