Skip to content

Commit

Permalink
final changes
Browse files Browse the repository at this point in the history
  • Loading branch information
owlester12 committed Nov 3, 2024
1 parent bbe383e commit c99e54d
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions frontend/components/ClubEditPage/ClubEditCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -166,15 +166,11 @@ const EmailModal = ({
}: EmailModalProps): ReactElement => {
return (
<Modal
width={''}
width={'450px'}
show={true}
closeModal={closeModal}
children={
<div
style={{
alignItems: 'center',
}}
>
<div>
<Text className="card-content">
Warning: This email will be down to the public. We highly recommend
you don't use a personal email, and instead use a club email. Feel
Expand All @@ -184,8 +180,8 @@ const EmailModal = ({
name="email"
value={email}
onChange={(e) => setEmail(e.target.value)}
className={`input`}
style={{ maxWidth: '350px', marginBottom: '12px' }}
className="input mb-5"
style={{ maxWidth: '350px' }}
></Field>
<div>
<button onClick={confirmSubmission} className="button is-primary">
Expand Down

0 comments on commit c99e54d

Please sign in to comment.