fix toggle table cell text alignment

This commit is contained in:
Sidney Alcantara
2021-11-30 14:12:28 +11:00
parent 82036d70a9
commit f1307724e8

View File

@@ -57,7 +57,7 @@ export default function Checkbox({
letterSpacing: "inherit",
flexGrow: 1,
overflowX: "hidden",
mt: 0,
mt: "0 !important",
},
"& .MuiSwitch-root": { mr: -0.75 },