UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

15 lines (14 loc) 362 B
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