From c15d08d4e117fd147da1b9fa4b211ec2fa3e3bb9 Mon Sep 17 00:00:00 2001 From: emergent-agent-e1 Date: Sat, 8 Nov 2025 20:54:27 +0000 Subject: [PATCH] auto-commit for 56c66019-812e-4d80-8bbd-d640d3ad51d4 --- frontend/src/screens/HomeScreen.tsx | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/frontend/src/screens/HomeScreen.tsx b/frontend/src/screens/HomeScreen.tsx index ab25c4f3..a8d64269 100644 --- a/frontend/src/screens/HomeScreen.tsx +++ b/frontend/src/screens/HomeScreen.tsx @@ -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',