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:
+6
-4
@@ -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),
|
||||
},
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user