diff --git a/src/components/Budget/BudgetPage.tsx b/src/components/Budget/BudgetPage.tsx index fd5c11d..747a51d 100644 --- a/src/components/Budget/BudgetPage.tsx +++ b/src/components/Budget/BudgetPage.tsx @@ -531,7 +531,7 @@ function BudgetPage() { {notifications.map((notification) => { diff --git a/src/components/Notification/Notification.tsx b/src/components/Notification/Notification.tsx index 4e4c89e..54185e3 100644 --- a/src/components/Notification/Notification.tsx +++ b/src/components/Notification/Notification.tsx @@ -1,4 +1,4 @@ -import { Button, Toast } from "react-bootstrap"; +import { Button, Col, Row, Toast } from "react-bootstrap"; import { BsX } from "react-icons/bs"; interface NotificationProps { @@ -15,10 +15,13 @@ function Notification({ notification, onShow }: NotificationProps) { autohide delay={3000} > - +
- + ); }