Skip to content

Commit

Permalink
Match button height
Browse files Browse the repository at this point in the history
  • Loading branch information
razzeee committed Oct 14, 2024
1 parent 16d7c88 commit 8049e90
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ const TokenRedeemDialog = ({ app }: { app: Pick<Appstream, "id"> }) => {
size="xl"
disabled={text.trim().length === 0}
onClick={() => redeemVendingToken.mutate()}
className="h-12"
>
{t("redeem-token")}
</Button>
Expand Down

0 comments on commit 8049e90

Please sign in to comment.