This commit is contained in:
Olivier Gagnon
2021-09-16 19:23:03 -04:00
parent a21c0f4a0b
commit 407ed70ae3
54 changed files with 1984 additions and 1022 deletions
+3 -1
View File
@@ -4,7 +4,9 @@
*/
import React from "react";
import { makeStyles, TextField, TextFieldProps } from "@material-ui/core";
import { TextField, TextFieldProps } from "@mui/material";
import makeStyles from '@mui/styles/makeStyles';
const backgroundColorStyles = {
backgroundColor: "rgba(57, 54, 54, 0.9)",