diff --git a/src/components/Toaster.tsx b/src/components/Toaster.tsx index 6a1116a..3383d69 100644 --- a/src/components/Toaster.tsx +++ b/src/components/Toaster.tsx @@ -30,7 +30,7 @@ export function showToast(arg: ToastArg) { export function ToastItem(props: { toastId: number, title: string, description: string, isError?: boolean }) { return ( -
+
@@ -43,7 +43,7 @@ export function ToastItem(props: { toastId: number, title: string, description:

- + Close