Skip to content

Commit

Permalink
Merge pull request #81 from tempfiles-Team/71-toastify-bug
Browse files Browse the repository at this point in the history
71 toastify bug
  • Loading branch information
ananjaemin committed Nov 16, 2022
2 parents 077c950 + 33c3a3b commit 49c30e5
Show file tree
Hide file tree
Showing 3 changed files with 660 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Provider } from 'react-redux';
import { Outlet, Route, Routes, Link } from 'react-router-dom';
import { ToastContainer } from 'react-toastify';

import 'react-toastify/dist/ReactToastify.css';
//react-toastify/dist/ReactToastify.css
import { Navbar } from './components';
import {
MainPage,
Expand Down
5 changes: 3 additions & 2 deletions src/styles/globalStyle.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
import { css } from '@emotion/react';

import { reset } from './reset';

import { toastify } from './toastify';
export const globalStyle = css`
${reset}
${toastify}
:root {
--color-text-primary: #ffffff;
--color-text-secondary: #25262e;
Expand Down
Loading

0 comments on commit 49c30e5

Please sign in to comment.