From e4575b2a7dde0350b051585e63fd96761c805ab0 Mon Sep 17 00:00:00 2001 From: emergent-agent-e1 Date: Sat, 8 Nov 2025 20:14:10 +0000 Subject: [PATCH] auto-commit for 5c8c3d30-e05b-4ee8-b7a3-bf9a44689359 --- frontend/src/screens/HomeScreen.tsx | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/frontend/src/screens/HomeScreen.tsx b/frontend/src/screens/HomeScreen.tsx index f04996d2..4cc0851e 100644 --- a/frontend/src/screens/HomeScreen.tsx +++ b/frontend/src/screens/HomeScreen.tsx @@ -485,12 +485,26 @@ const styles = StyleSheet.create({ actionsGrid: { flexDirection: 'row', flexWrap: 'wrap', - gap: 12, + justifyContent: 'space-between', }, actionCard: { width: (width - 64) / 4, + backgroundColor: '#FFF', + padding: 12, + borderRadius: 12, alignItems: 'center', - padding: 8, + marginBottom: 12, + shadowColor: '#000', + shadowOffset: { width: 0, height: 2 }, + shadowOpacity: 0.05, + shadowRadius: 4, + elevation: 2, + }, + actionCardFirst: { + marginRight: 'auto', + }, + actionCardLast: { + marginLeft: 'auto', }, actionIcon: { width: 50,