Skip to content

Commit a066e04

Browse files
committed
focus styling for a text link
1 parent b95fb8a commit a066e04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/components/billing/v2/FreePlanUsage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export function FreePlanUsage({ to, percentage }: { to: string; percentage: numb
2727
<ArrowUpCircleIcon className="h-5 w-5 text-text-dimmed" />
2828
<Paragraph className="text-2sm text-text-bright">Free Plan</Paragraph>
2929
</div>
30-
<Link to={to} className="text-2sm text-text-link">
30+
<Link to={to} className="text-2sm text-text-link focus-custom">
3131
Upgrade
3232
</Link>
3333
</div>

0 commit comments

Comments
 (0)