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
+11 -6
View File
@@ -129,7 +129,7 @@ const styles = StyleSheet.create({
flexDirection: 'row',
justifyContent: 'space-between',
alignItems: 'flex-start',
padding: spacing.md,
padding: spacing.lg,
backgroundColor: colors.card,
},
name: {
@@ -142,14 +142,14 @@ const styles = StyleSheet.create({
infoSection: {
backgroundColor: colors.card,
marginTop: spacing.sm,
padding: spacing.md,
padding: spacing.lg,
},
infoRow: {
flexDirection: 'row',
justifyContent: 'space-between',
paddingVertical: spacing.sm,
borderBottomWidth: 1,
borderBottomColor: colors.separator,
borderBottomColor: colors.border,
},
infoLabel: {
fontSize: 14,
@@ -162,7 +162,7 @@ const styles = StyleSheet.create({
},
pharmaciesSection: {
marginTop: spacing.sm,
padding: spacing.md,
padding: spacing.lg,
},
sectionTitle: {
fontSize: 18,
@@ -177,9 +177,14 @@ const styles = StyleSheet.create({
},
pharmacyCard: {
backgroundColor: colors.card,
borderRadius: borderRadius.md,
borderRadius: borderRadius.lg,
marginBottom: spacing.sm,
overflow: 'hidden',
shadowColor: '#000',
shadowOffset: { width: 0, height: 2 },
shadowOpacity: 0.06,
shadowRadius: 8,
elevation: 2,
},
pharmacyCardContent: {
flexDirection: 'row',
@@ -219,7 +224,7 @@ const styles = StyleSheet.create({
gap: spacing.xs,
paddingVertical: spacing.sm,
borderTopWidth: 1,
borderTopColor: colors.separator,
borderTopColor: colors.border,
},
directionsText: {
color: colors.primary,