1
0
mirror of https://github.com/XFox111/MuiCharts.git synced 2026-04-22 06:51:05 +03:00

Static preview done

This commit is contained in:
2024-02-18 18:52:05 +00:00
parent 26b0ffbf95
commit 704015b53f
18 changed files with 701 additions and 14 deletions
+6 -4
View File
@@ -9,12 +9,14 @@ const AppStyles = makeStyles(theme => ({
display: "flex",
flexFlow: "column",
height: "100%",
alignItems: "center",
justifyContent: "center"
userSelect: "none",
},
caption:
controls:
{
marginTop: theme.spacing(2),
marginBottom: theme.spacing(4),
display: "flex",
alignItems: "center",
gap: theme.spacing(4),
},
}));