Skip to content

Commit

Permalink
fix(app): card title size
Browse files Browse the repository at this point in the history
  • Loading branch information
cor committed May 29, 2024
1 parent c613dc7 commit 447d624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/routes/transfer/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ let buttonText = "Send it" satisfies
<Card.Header
class="flex flex-row w-full items-center h-10 gap-x-3 mb-3"
>
<Card.Title tag="h1" class="flex-1">Transfer</Card.Title>
<Card.Title tag="h1" class="flex-1 font-bold text-2xl">Transfer</Card.Title>
<Button
size="icon"
type="button"
Expand Down

0 comments on commit 447d624

Please sign in to comment.