mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-24 02:09:52 +00:00
feat(transaction-status): change requires deposit to red
This commit is contained in:
parent
d916ffd348
commit
77df98985d
@ -33,7 +33,7 @@ const TransactionStatus = ({
|
|||||||
</Text>
|
</Text>
|
||||||
</XStack>
|
</XStack>
|
||||||
) : (
|
) : (
|
||||||
<Text size={13} color="#2F80ED" weight={'semibold'}>
|
<Text size={13} color="#E95460" weight={'semibold'}>
|
||||||
Requires Deposit
|
Requires Deposit
|
||||||
</Text>
|
</Text>
|
||||||
)}
|
)}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user