auto-commit for f2522df0-95c7-4832-b76a-0c5a6e0dc2de

This commit is contained in:
emergent-agent-e1
2025-11-08 17:18:57 +00:00
parent 2f7c547396
commit 1c4b34aa53
+8
View File
@@ -446,12 +446,20 @@ const styles = StyleSheet.create({
backgroundColor: '#FFF',
borderBottomWidth: 1,
borderBottomColor: '#E5E7EB',
flexDirection: 'row',
justifyContent: 'space-between',
alignItems: 'center',
},
walletTitle: {
fontSize: 24,
fontWeight: '700',
color: '#1F2937',
},
refreshButton: {
padding: 8,
borderRadius: 8,
backgroundColor: '#FEE2E2',
},
balanceCards: {
padding: 16,
gap: 12,