diff options
| author | GitHub Action <[email protected]> | 2026-01-22 11:11:32 +0000 |
|---|---|---|
| committer | GitHub Action <[email protected]> | 2026-01-22 11:11:32 +0000 |
| commit | d14735ef4bc599c7dda8ebebbdbf66707a57a82f (patch) | |
| tree | 11bac69160b65cb7b08e357f4c15eefb65637771 /packages/ui/src/components/toast.tsx | |
| parent | 3435327bc074a7ba8c3fe8939c97de54bbdefd65 (diff) | |
| download | opencode-d14735ef4bc599c7dda8ebebbdbf66707a57a82f.tar.gz opencode-d14735ef4bc599c7dda8ebebbdbf66707a57a82f.zip | |
chore: generate
Diffstat (limited to 'packages/ui/src/components/toast.tsx')
| -rw-r--r-- | packages/ui/src/components/toast.tsx | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/packages/ui/src/components/toast.tsx b/packages/ui/src/components/toast.tsx index 9493e50ca..bac6ff159 100644 --- a/packages/ui/src/components/toast.tsx +++ b/packages/ui/src/components/toast.tsx @@ -62,7 +62,16 @@ function ToastActions(props: ComponentProps<"div">) { } function ToastCloseButton(props: ToastCloseButtonProps & ComponentProps<"button">) { - return <Kobalte.CloseButton data-slot="toast-close-button" as={IconButton} icon="close" variant="ghost" aria-label="Dismiss" {...props} /> + return ( + <Kobalte.CloseButton + data-slot="toast-close-button" + as={IconButton} + icon="close" + variant="ghost" + aria-label="Dismiss" + {...props} + /> + ) } function ToastProgressTrack(props: ComponentProps<typeof Kobalte.ProgressTrack>) { |
