saleor-dashboard/src/apps/components/InstallWithManifestFormButton/styles.ts
2023-03-06 10:57:25 +01:00

13 lines
242 B
TypeScript

import { makeStyles } from "@saleor/macaw-ui";
export const useStyles = makeStyles(
theme => ({
installButton: {
marginLeft: theme.spacing(2),
height: 52,
},
}),
{
name: "InstallWithManifestFormButton",
},
);