Fixed some stuff. More is broken.

This commit is contained in:
Frikky
2023-07-14 01:43:22 +02:00
parent e625bf2c2d
commit dd9ae8fb68
6 changed files with 70 additions and 232 deletions
+10 -10
View File
@@ -1,8 +1,8 @@
import React from "react";
import { createTheme, adaptV4Theme } from "@mui/material/styles";
//const theme = createTheme(adaptV4Theme({
const theme = createTheme({
//const theme = createTheme({
const theme = createTheme(adaptV4Theme({
palette: {
main: "#F86743",
primary: {
@@ -34,12 +34,12 @@ const theme = createTheme({
borderRadius: 5,
},
innerTextfieldStyle: {
color: "white",
minHeight: 50,
marginLeft: "5px",
maxWidth: "95%",
fontSize: "1em",
borderRadius: 5,
//color: "white",
//minHeight: 50,
//marginLeft: "5px",
//maxWidth: "95%",
//fontSize: "1em",
//borderRadius: 5,
},
tooltip: {
backgroundColor: "white",
@@ -80,7 +80,7 @@ const theme = createTheme({
font-family: 'roboto';
font-style: normal;
font-display: swap;
font-weight: 400;
font-weight: 300;
src: local('roboto'), local('roboto'), format('truetype');
unicodeRange: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF;
}
@@ -88,6 +88,6 @@ const theme = createTheme({
},
},
},
});
}));
export default theme;