Refactor frontend-mobile
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user