feat(auth): update layout and styling for login and registration pages
This commit is contained in:
@@ -97,7 +97,7 @@ export function RegisterForm() {
|
||||
|
||||
{error ? <p className="text-sm text-red-300">{error}</p> : null}
|
||||
|
||||
<Button type="submit" variant="primary" className="w-full" disabled={pending}>
|
||||
<Button type="submit" variant="primary" className="dashboard-action min-h-11 w-full text-base" disabled={pending}>
|
||||
{pending ? "Creating account..." : "Create account"}
|
||||
</Button>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user