mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-10 18:36:50 +00:00
fix: add fixed text size for timer
This commit is contained in:
parent
5abc4fa5ea
commit
2d123d7d3d
@ -59,7 +59,7 @@ const SyncStatus = ({
|
||||
</Text>
|
||||
{isPairing && (
|
||||
<Text
|
||||
size={isAwaitingPairing ? 15 : 11}
|
||||
size={13}
|
||||
color={isAwaitingPairing ? '#EB5757' : '#647084'}
|
||||
weight={isAwaitingPairing && 'semibold'}
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user