synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
15 lines (14 loc) • 362 B
JavaScript
import { Button as t } from "@mui/material";
import { styled as o } from "@mui/system";
const e = o(t)({
height: "20px",
padding: "2px 8px",
borderColor: "grey.400",
fontWeight: 700,
lineHeight: "20px",
"& .MuiButton-startIcon": { marginRight: "4px", marginLeft: 0 }
});
export {
e as default
};
//# sourceMappingURL=GenericCardActionButton.js.map