Skip to content

Commit

Permalink
remove modal padding and underline email links
Browse files Browse the repository at this point in the history
  • Loading branch information
BeckyBlake committed Feb 5, 2025
1 parent fb3bb03 commit db071fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion app/profile/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ const Profile: React.FC = () => {
windowSizeHook?.width &&
windowSizeHook?.width < 768
? "10px"
: "40px"
: "40px",
padding: 0
}
}}
isOpen={modalOpen}
Expand Down
4 changes: 2 additions & 2 deletions components/Profile/RSVP/ModalViews/Rejected.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export function Rejected() {
<b>
Email us at{" "}
<a href="mailto:[email protected]">
[email protected]
<u>[email protected]</u>
</a>{" "}
if you have any questions!
</b>
Expand All @@ -36,7 +36,7 @@ export function Waitlisted() {
<b>
Email us at{" "}
<a href="mailto:[email protected]">
[email protected]
<u>[email protected]</u>
</a>{" "}
if you have any questions!
</b>
Expand Down

0 comments on commit db071fa

Please sign in to comment.