We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3dd0f5 commit 7414075Copy full SHA for 7414075
apps/dashboard/src/components/ClaimView/index.tsx
@@ -115,7 +115,7 @@ export const ClaimView = () => {
115
</div>
116
)}
117
{step === 1 && (
118
- <div className="flex flex-col h-full items-center justify-center gap-4 px-12 ">
+ <div className="flex flex-col h-full items-center justify-center gap-4 px-12 text-lg">
119
{isLoading ||
120
(authRequestStatus?.status === 'Pending' && (
121
<div className="flex flex-col items-center justify-center gap-4">
0 commit comments