fix(wallet): Deposit Screen Word Wrapping

This commit is contained in:
Douglas Daniel
2023-10-06 10:30:27 -05:00
parent e5d8b91676
commit 4aa815e884
@@ -48,6 +48,7 @@ export const AddressText = styled.div`
text-align: center;
color: ${(p) => p.theme.color.text02};
letter-spacing: 0.01em;
word-break: break-all;
`
export const AddressTextLabel = styled(AddressText)`
font-weight: 600;