mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
toast styling
This commit is contained in:
@@ -31,12 +31,13 @@ const App: FC = () => {
|
|||||||
autoClose={2000}
|
autoClose={2000}
|
||||||
hideProgressBar={false}
|
hideProgressBar={false}
|
||||||
newestOnTop={false}
|
newestOnTop={false}
|
||||||
closeOnClick={false}
|
closeOnClick={true}
|
||||||
rtl={false}
|
rtl={false}
|
||||||
pauseOnFocusLoss={false}
|
pauseOnFocusLoss={false}
|
||||||
draggable={false}
|
draggable={false}
|
||||||
pauseOnHover={false}
|
pauseOnHover={false}
|
||||||
transition={Slide}
|
transition={Slide}
|
||||||
|
closeButton={false}
|
||||||
theme="light"
|
theme="light"
|
||||||
/>
|
/>
|
||||||
</CustomTheme>
|
</CustomTheme>
|
||||||
|
|||||||
Reference in New Issue
Block a user