From d9ef3250445fbf3b7d8c05fb0ef9c0b94ca345e8 Mon Sep 17 00:00:00 2001 From: powermaker450 Date: Thu, 29 Aug 2024 03:36:16 +0000 Subject: [PATCH] Use Grow transition instead --- src/App.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 19c0539..5626151 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,4 +1,4 @@ -import { Alert, Collapse, Rating, Typography } from "@mui/material"; +import { Alert, Grow, Rating, Typography } from "@mui/material"; import "./App.css"; import ButtonRow, { ActionProps } from "./components/ButtonRow"; import ReviewField, { ReviewFieldProps } from "./components/ReviewField"; @@ -108,9 +108,9 @@ function App() {
- + {alert} - + ); }