Skip to content
Snippets Groups Projects
Unverified Commit 77753f93 authored by Ahmad Farhat's avatar Ahmad Farhat Committed by GitHub
Browse files

Small toast style changes (#4771)

parent 01515c6a
No related branches found
No related tags found
No related merge requests found
@import 'variables';
@import 'bootstrap/scss/bootstrap';
@import 'react-toastify/dist/ReactToastify';
@import 'variables';
@import 'helpers';
@import 'rooms';
......
......@@ -24,3 +24,8 @@ $column-md-width: 150px;
$column-lg-width: 325px;
$input-max-width: 300px;
:root {
--toastify-color-error: #dc3545;
--toastify-font-family: "Inter";
}
......@@ -29,6 +29,7 @@ export default function App() {
document.documentElement.style.setProperty('--brand-color', brandColors.PrimaryColor);
document.documentElement.style.setProperty('--brand-color-light', brandColors.PrimaryColorLight);
document.documentElement.style.setProperty('--toastify-color-success', brandColors.PrimaryColor);
return (
<>
......@@ -39,6 +40,7 @@ export default function App() {
<ToastContainer
position="bottom-right"
newestOnTop
autoClose={3000}
/>
<Footer />
</>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment