diff --git a/src/components/Toaster.tsx b/src/components/Toaster.tsx index e84a212..d88132f 100644 --- a/src/components/Toaster.tsx +++ b/src/components/Toaster.tsx @@ -6,8 +6,8 @@ import { SmallHeader } from "./layout"; export function Toaster() { return ( - - + + ); @@ -58,7 +58,7 @@ export function ToastItem(props: {

{props.description}

- + Close