Skip to content

Commit

Permalink
Merge branch 'v3-main' into fix-fonts-storybook-adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
BrickheadJohnny committed Nov 25, 2024
2 parents 8d6162b + 08168c2 commit 5614c2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/ui/Toaster.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const Toaster = ({ ...props }: ToasterProps) => {
toastOptions={{
classNames: {
toast:
"group toast group-[.toaster]:bg-background group-[.toaster]:text-foreground group-[.toaster]:border-border group-[.toaster]:shadow-lg data-[button]:bg-button-primary-background gap-2",
"group toast group-[.toaster]:bg-background group-[.toaster]:text-foreground group-[.toaster]:border-border group-[.toaster]:shadow-lg data-[button]:bg-button-primary-background gap-2 focus-visible:ring-2",
description: "group-[.toast]:text-foreground-secondary",
actionButton:
"group-[.toast]:!bg-button-primary-background group-[.toast]:!text-button-primary-foreground",
Expand Down
2 changes: 1 addition & 1 deletion src/stories/Toast.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const ToastExample = ({
toast(title, {
description,
action: action ? (
<Button size="xs" className="ml-auto">
<Button size="xs" className="ml-auto min-w-max">
Action
</Button>
) : undefined,
Expand Down

0 comments on commit 5614c2d

Please sign in to comment.