Skip to content

Commit

Permalink
Make invoice success text larger
Browse files Browse the repository at this point in the history
Now it's text-2xl
  • Loading branch information
JaaskelainenL committed Jan 15, 2025
1 parent 06696a6 commit 534df5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/components/invoice-generator/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ function SubmitButton({
{formState?.success ? (
<p
data-form-status
className="w-full max-w-sm text-green-600"
className="text-2l w-full max-w-sm text-green-600"
aria-live="polite"
>
{t("Sent invoice")}
Expand Down

0 comments on commit 534df5d

Please sign in to comment.