mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-20 10:12:01 +01:00
Merge pull request #2913 from BlueWallet/2888
FIX: iOS dark mode makes text illegible #2888
This commit is contained in:
commit
5d48f9f809
@ -594,11 +594,11 @@ export const BlueText = props => {
|
||||
const { colors } = useTheme();
|
||||
return (
|
||||
<Text
|
||||
style={{
|
||||
color: colors.foregroundColor,
|
||||
...props.style,
|
||||
}}
|
||||
{...props}
|
||||
style={{
|
||||
...props.style,
|
||||
color: colors.foregroundColor,
|
||||
}}
|
||||
/>
|
||||
);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user