We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 464c1e5 + 2d41c18 commit 32f1551Copy full SHA for 32f1551
frontend/app/events/[eventId]/signup.tsx
@@ -132,7 +132,7 @@ export default function EventSignUpPage() {
132
name="calendar-outline"
133
size={24}
134
color="#1D0F48"
135
- style={{ marginRight: 8 }}
+ style={{ marginRight: 8, marginBottom: 8 }}
136
/>
137
<Text style={styles.sectionLabel}>Date:</Text>
138
<Text style={[styles.dateValue, { marginLeft: 8 }]}>
@@ -144,7 +144,7 @@ export default function EventSignUpPage() {
144
name="time-outline"
145
146
147
148
149
<Text style={[styles.sectionLabel]}>Time:</Text>
150
frontend/assets/images/event-signup.png
7.38 KB
0 commit comments