Skip to content

Commit 7414075

Browse files
committedMar 20, 2025··
chore: increase text size
1 parent f3dd0f5 commit 7414075

File tree

1 file changed

+1
-1
lines changed
  • apps/dashboard/src/components/ClaimView

1 file changed

+1
-1
lines changed
 

‎apps/dashboard/src/components/ClaimView/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export const ClaimView = () => {
115115
</div>
116116
)}
117117
{step === 1 && (
118-
<div className="flex flex-col h-full items-center justify-center gap-4 px-12 ">
118+
<div className="flex flex-col h-full items-center justify-center gap-4 px-12 text-lg">
119119
{isLoading ||
120120
(authRequestStatus?.status === 'Pending' && (
121121
<div className="flex flex-col items-center justify-center gap-4">

0 commit comments

Comments
 (0)
Please sign in to comment.