mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-03 12:06:21 +01:00
Merge pull request #6648 from BlueWallet/label
FIX: Contact name was not visible with dark mode
This commit is contained in:
commit
95614319fc
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ export default function PaymentCodesList() {
|
|||
<View style={styles.contactRowContainer}>
|
||||
<View style={[styles.circle, { backgroundColor: '#' + color }]} />
|
||||
<View style={styles.contactRowBody}>
|
||||
<Text style={[styles.contactRowNameText, { color: colors.shadowColor }]}>{displayName}</Text>
|
||||
<Text style={[styles.contactRowNameText, { color: colors.labelText }]}>{displayName}</Text>
|
||||
</View>
|
||||
</View>
|
||||
<View style={styles.stick} />
|
||||
|
|
Loading…
Add table
Reference in a new issue