Skip to content
This repository was archived by the owner on Mar 17, 2026. It is now read-only.

Commit 5a372ae

Browse files
committed
style changes
1 parent 12d614c commit 5a372ae

File tree

1 file changed

+5
-5
lines changed
  • apps/web/src/components/Basenames/UsernameProfileRenewalModal

1 file changed

+5
-5
lines changed

apps/web/src/components/Basenames/UsernameProfileRenewalModal/index.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -147,14 +147,14 @@ export default function UsernameProfileRenewalModal({
147147

148148
{currentRenewalStep === RenewalSteps.Confirm && (
149149
<div className="mt-4 flex w-full flex-col gap-6">
150-
<div className="border-gray-200 space-y-3 rounded-lg border p-4">
150+
<div className="border-gray-200 space-y-3 rounded-lg border p-4">
151151
<div className="flex justify-between">
152-
<span className="text-gray-700 text-sm font-medium">Basename:</span>
153-
<span className="text-gray-900 text-sm">{name}</span>
152+
<span className="text-gray-700 text-md font-medium">Basename:</span>
153+
<span className="text-gray-900 text-md">{name}</span>
154154
</div>
155155
<div className="flex justify-between">
156-
<span className="text-gray-700 text-sm font-medium">Renewal period:</span>
157-
<span className="text-gray-900 text-sm">
156+
<span className="text-gray-700 text-md font-medium">Renewal period:</span>
157+
<span className="text-gray-900 text-md">
158158
{years} {years === 1 ? 'year' : 'years'}
159159
</span>
160160
</div>

0 commit comments

Comments
 (0)