Refactor frontend-mobile
Run Tests on Branches / Frontend Tests (push) Has been cancelled
Run Tests on Branches / Backend Tests (push) Has been cancelled

This commit is contained in:
Antoni Nuñez Romeu
2026-07-07 18:08:44 +02:00
parent 69d66729aa
commit 9949b85001
14 changed files with 771 additions and 100 deletions
+6 -6
View File
@@ -92,14 +92,14 @@ const styles = StyleSheet.create({
left: spacing.md,
right: spacing.md,
backgroundColor: colors.card,
borderRadius: 8,
padding: spacing.sm,
borderRadius: borderRadius.lg,
padding: spacing.sm + 4,
alignItems: 'center',
shadowColor: '#000',
shadowOffset: { width: 0, height: 2 },
shadowOpacity: 0.25,
shadowRadius: 4,
elevation: 5,
shadowOffset: { width: 0, height: 4 },
shadowOpacity: 0.08,
shadowRadius: 20,
elevation: 4,
},
legendText: {
fontSize: 14,