Skip to content

Commit 32f1551

Browse files
authored
Merge pull request #67 from GenerateNU/event-signup-background
Event Signup Background
2 parents 464c1e5 + 2d41c18 commit 32f1551

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/app/events/[eventId]/signup.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ export default function EventSignUpPage() {
132132
name="calendar-outline"
133133
size={24}
134134
color="#1D0F48"
135-
style={{ marginRight: 8 }}
135+
style={{ marginRight: 8, marginBottom: 8 }}
136136
/>
137137
<Text style={styles.sectionLabel}>Date:</Text>
138138
<Text style={[styles.dateValue, { marginLeft: 8 }]}>
@@ -144,7 +144,7 @@ export default function EventSignUpPage() {
144144
name="time-outline"
145145
size={24}
146146
color="#1D0F48"
147-
style={{ marginRight: 8 }}
147+
style={{ marginRight: 8, marginBottom: 8 }}
148148
/>
149149
<Text style={[styles.sectionLabel]}>Time:</Text>
150150
<Text style={[styles.dateValue, { marginLeft: 8 }]}>
7.38 KB
Loading

0 commit comments

Comments
 (0)