fix: issue #8823 modify words count row height
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
This commit is contained in:
parent
699ac8c56e
commit
62442d70d5
|
@ -89,7 +89,7 @@
|
|||
[react/view {:align-items :center}
|
||||
(when words-count
|
||||
[react/view {:flex-direction :row
|
||||
:height 11
|
||||
:height 14
|
||||
:align-items :center}
|
||||
(when-not next-button-disabled?
|
||||
[vector-icons/tiny-icon :tiny-icons/tiny-check])
|
||||
|
|
Loading…
Reference in New Issue