Skip to content

Commit

Permalink
Fix Tests (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinejaussoin authored Sep 29, 2021
1 parent 0dfb3ef commit 1e567fc
Show file tree
Hide file tree
Showing 3 changed files with 201 additions and 336 deletions.
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/lodash": "^4.14.175",
"@types/md5": "^2.3.1",
"@types/node": "^16.10.2",
"@types/react": "^17.0.24",
"@types/react": "^17.0.25",
"@types/react-beautiful-dnd": "^13.1.2",
"@types/react-color": "^3.0.5",
"@types/react-copy-to-clipboard": "^5.0.1",
Expand Down Expand Up @@ -55,7 +55,7 @@
"react-ga": "^3.3.0",
"react-giphy-searchbox": "^1.5.4",
"react-helmet": "^6.1.0",
"react-markdown": "^7.0.1",
"react-markdown": "^6.0.3",
"react-password-strength-bar": "^0.3.5",
"react-router-dom": "^5.3.0",
"react-scripts": "^4.0.3",
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/Theme.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { createMuiTheme } from '@material-ui/core/styles';
import { createTheme } from '@material-ui/core/styles';
import deepPurple from '@material-ui/core/colors/deepPurple';
import pink from '@material-ui/core/colors/pink';
import red from '@material-ui/core/colors/red';
import green from '@material-ui/core/colors/green';

const theme = createMuiTheme({
const theme = createTheme({
palette: {
primary: deepPurple,
secondary: pink,
Expand Down
Loading

0 comments on commit 1e567fc

Please sign in to comment.