feat(transaction-status): change requires deposit to red

This commit is contained in:
RadoslavDimchev 2024-02-22 23:20:54 +02:00 committed by Emil Ivanichkov
parent d916ffd348
commit 77df98985d
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ const TransactionStatus = ({
</Text>
</XStack>
) : (
<Text size={13} color="#2F80ED" weight={'semibold'}>
<Text size={13} color="#E95460" weight={'semibold'}>
Requires Deposit
</Text>
)}