auto-commit for 56c66019-812e-4d80-8bbd-d640d3ad51d4

This commit is contained in:
emergent-agent-e1
2025-11-08 20:54:27 +00:00
parent b7fb6fe37a
commit c15d08d4e1
+19 -2
View File
@@ -789,12 +789,29 @@ const styles = StyleSheet.create({
margin: 16,
marginTop: 0,
},
tokensHeader: {
flexDirection: 'row',
justifyContent: 'space-between',
alignItems: 'center',
marginBottom: 12,
paddingHorizontal: 4,
},
tokensTitle: {
fontSize: 18,
fontWeight: '700',
color: '#1F2937',
marginBottom: 12,
paddingHorizontal: 4,
},
tokensHeaderActions: {
flexDirection: 'row',
gap: 12,
},
tokenHeaderButton: {
width: 32,
height: 32,
borderRadius: 8,
backgroundColor: '#F3F4F6',
alignItems: 'center',
justifyContent: 'center',
},
tokenItem: {
flexDirection: 'row',