UI: NodeList added Pie Chart and extracted Table Data
This commit is contained in:
@@ -1,13 +1,16 @@
|
||||
import { createTheme } from "@mui/material/styles";
|
||||
|
||||
|
||||
export const darkTheme = createTheme({
|
||||
palette: {
|
||||
mode: "dark",
|
||||
|
||||
},
|
||||
});
|
||||
|
||||
export const lightTheme = createTheme({
|
||||
palette: {
|
||||
mode: "light",
|
||||
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user