Skip to content

Commit

Permalink
fix(toast): alignment for the buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltanszogyenyi authored and rluders committed Sep 20, 2023
1 parent 350a7ab commit 782a3fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/docs/components/toast/toast.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,10 @@ This component can be used to show more complex messages with buttons and other
<span className="mb-1 text-sm font-semibold text-gray-900 dark:text-white">Update available</span>
<div className="mb-2 text-sm font-normal">A new software version is available for download.</div>
<div className="flex-start flex gap-2">
<div className="w-full">
<div className="w-auto">
<Button size="xs">Update</Button>
</div>
<div className="w-full">
<div className="w-auto">
<Button color="light" size="xs">
Not now
</Button>
Expand Down

0 comments on commit 782a3fe

Please sign in to comment.