Skip to content

Commit

Permalink
Expand toasts by default (#934)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepinho authored Apr 13, 2024
1 parent c7a07df commit 91de71d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/components/ui/toaster.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import './toaster.css';
type ToasterProps = React.ComponentProps<typeof Sonner>;

const Toaster = ({ ...props }: ToasterProps) => {
return <Sonner theme='dark' richColors {...props} />;
return <Sonner theme='dark' richColors expand {...props} />;
};

export { Toaster };

0 comments on commit 91de71d

Please sign in to comment.