Skip to content

Commit 49c30e5

Browse files
authored
Merge pull request #81 from tempfiles-Team/71-toastify-bug
71 toastify bug
2 parents 077c950 + 33c3a3b commit 49c30e5

File tree

3 files changed

+660
-3
lines changed

3 files changed

+660
-3
lines changed

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Provider } from 'react-redux';
33
import { Outlet, Route, Routes, Link } from 'react-router-dom';
44
import { ToastContainer } from 'react-toastify';
55

6-
import 'react-toastify/dist/ReactToastify.css';
6+
//react-toastify/dist/ReactToastify.css
77
import { Navbar } from './components';
88
import {
99
MainPage,

src/styles/globalStyle.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
import { css } from '@emotion/react';
22

33
import { reset } from './reset';
4-
4+
import { toastify } from './toastify';
55
export const globalStyle = css`
66
${reset}
7-
7+
${toastify}
8+
89
:root {
910
--color-text-primary: #ffffff;
1011
--color-text-secondary: #25262e;

0 commit comments

Comments
 (0)