Merge pull request #6648 from BlueWallet/label

FIX: Contact name was not visible with dark mode
This commit is contained in:
GLaDOS 2024-06-02 17:54:59 +00:00 committed by GitHub
commit 95614319fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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} />