Skip to content

Commit c99e54d

Browse files
committed
final changes
1 parent bbe383e commit c99e54d

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

frontend/components/ClubEditPage/ClubEditCard.tsx

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -166,15 +166,11 @@ const EmailModal = ({
166166
}: EmailModalProps): ReactElement => {
167167
return (
168168
<Modal
169-
width={''}
169+
width={'450px'}
170170
show={true}
171171
closeModal={closeModal}
172172
children={
173-
<div
174-
style={{
175-
alignItems: 'center',
176-
}}
177-
>
173+
<div>
178174
<Text className="card-content">
179175
Warning: This email will be down to the public. We highly recommend
180176
you don't use a personal email, and instead use a club email. Feel
@@ -184,8 +180,8 @@ const EmailModal = ({
184180
name="email"
185181
value={email}
186182
onChange={(e) => setEmail(e.target.value)}
187-
className={`input`}
188-
style={{ maxWidth: '350px', marginBottom: '12px' }}
183+
className="input mb-5"
184+
style={{ maxWidth: '350px' }}
189185
></Field>
190186
<div>
191187
<button onClick={confirmSubmission} className="button is-primary">

0 commit comments

Comments
 (0)