This commit is contained in:
Olivier Gagnon
2021-09-25 01:26:03 -04:00
parent 5c6c472b64
commit b0f20c8c8f
33 changed files with 3609 additions and 1217 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ declare module "@mui/material/styles" {
let theme: Theme;
export function refreshTheme() {
export function refreshTheme(): void {
theme = createTheme({
colors: {
hp: Settings.theme.hp,
-1
View File
@@ -3,7 +3,6 @@ import { Modal } from "./Modal";
import Button from "@mui/material/Button";
import Typography from "@mui/material/Typography";
import TextField from "@mui/material/TextField";
import DoneIcon from "@mui/icons-material/Done";
import IconButton from "@mui/material/IconButton";
import ReplyIcon from "@mui/icons-material/Reply";
import { Color, ColorPicker } from "material-ui-color";