diff --git a/app/components/Catcher.tsx b/app/components/Catcher.tsx index 6f4e1a064..49abe0d6a 100644 --- a/app/components/Catcher.tsx +++ b/app/components/Catcher.tsx @@ -24,13 +24,9 @@ export function Catcher() {
) : ( + ); case "ALREADY_JOINED": return ( <>You are already a member of {data.teamName} for this tournament.> diff --git a/app/styles/global.css b/app/styles/global.css index 22a136dea..9fc54e2ec 100644 --- a/app/styles/global.css +++ b/app/styles/global.css @@ -273,13 +273,13 @@ select::selection { color: var(--theme-secondary); } -.four-zero-one__paragraph { +.button-text-paragraph { display: flex; justify-content: center; gap: var(--s-1); } -.four-zero-one__log-in-button { +.button-text-paragraph > button { font-size: var(--fonts-md); }