diff --git a/frontend/src/components/Inputs/Chip.tsx b/frontend/src/components/Inputs/Chip.tsx index e249bd7e..4f4c425d 100644 --- a/frontend/src/components/Inputs/Chip.tsx +++ b/frontend/src/components/Inputs/Chip.tsx @@ -58,7 +58,7 @@ function Chip({ onClick={handleClick} className={combineClasses( `${variant}-chip`, - "px-2", + "px-4", "paragraph-3", active && "active", addClass diff --git a/frontend/src/pages/Authentication/LoginForm.tsx b/frontend/src/pages/Authentication/LoginForm.tsx index 8f743c08..9cee737b 100644 --- a/frontend/src/pages/Authentication/LoginForm.tsx +++ b/frontend/src/pages/Authentication/LoginForm.tsx @@ -24,7 +24,7 @@ export default function LoginForm() { return (