mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-01-19 05:45:15 +01:00
FIX: Background on totalview was hardcoded
This commit is contained in:
parent
77af91b553
commit
204c68d5c2
@ -19,9 +19,6 @@ const TotalWalletsBalance: React.FC = () => {
|
||||
const { colors } = useTheme();
|
||||
|
||||
const styleHooks = StyleSheet.create({
|
||||
container: {
|
||||
backgroundColor: colors.background,
|
||||
},
|
||||
balance: {
|
||||
color: colors.foregroundColor,
|
||||
},
|
||||
@ -99,7 +96,7 @@ const TotalWalletsBalance: React.FC = () => {
|
||||
return (
|
||||
(wallets.length > 1 && (
|
||||
<ToolTipMenu actions={toolTipActions} onPressMenuItem={onPressMenuItem}>
|
||||
<View style={[styles.container, styleHooks.container]}>
|
||||
<View style={styles.container}>
|
||||
<Text style={styles.label}>{loc.wallets.total_balance}</Text>
|
||||
<TouchableOpacity onPress={() => onPressMenuItem(CommonToolTipActions.ViewInBitcoin.id)}>
|
||||
<Text style={[styles.balance, styleHooks.balance]}>
|
||||
|
@ -969,8 +969,27 @@ PODS:
|
||||
- React
|
||||
- react-native-bw-file-access (1.0.0):
|
||||
- React-Core
|
||||
- react-native-document-picker (9.3.0):
|
||||
- react-native-document-picker (9.3.1):
|
||||
- DoubleConversion
|
||||
- glog
|
||||
- hermes-engine
|
||||
- RCT-Folly (= 2024.01.01.00)
|
||||
- RCTRequired
|
||||
- RCTTypeSafety
|
||||
- React-Codegen
|
||||
- React-Core
|
||||
- React-debug
|
||||
- React-Fabric
|
||||
- React-featureflags
|
||||
- React-graphics
|
||||
- React-ImageManager
|
||||
- React-NativeModulesApple
|
||||
- React-RCTFabric
|
||||
- React-rendererdebug
|
||||
- React-utils
|
||||
- ReactCommon/turbomodule/bridging
|
||||
- ReactCommon/turbomodule/core
|
||||
- Yoga
|
||||
- react-native-idle-timer (2.2.2):
|
||||
- React-Core
|
||||
- react-native-image-picker (7.1.2):
|
||||
@ -1782,7 +1801,7 @@ SPEC CHECKSUMS:
|
||||
react-native-biometrics: 352e5a794bfffc46a0c86725ea7dc62deb085bdc
|
||||
react-native-blue-crypto: 23f1558ad3d38d7a2edb7e2f6ed1bc520ed93e56
|
||||
react-native-bw-file-access: b232fd1d902521ca046f3fc5990ab1465e1878d7
|
||||
react-native-document-picker: 5b97e24a7f1a1e4a50a72c540a043f32d29a70a2
|
||||
react-native-document-picker: c4f197741c327270453aa9840932098e0064fd52
|
||||
react-native-idle-timer: ee2053f2cd458f6fef1db7bebe5098ca281cce07
|
||||
react-native-image-picker: c3afe5472ef870d98a4b28415fc0b928161ee5f7
|
||||
react-native-ios-context-menu: e529171ba760a1af7f2ef0729f5a7f4d226171c5
|
||||
|
Loading…
Reference in New Issue
Block a user