diff --git a/templates/react-admin/src/themes/amplicodeTheme/createComponents.ts b/templates/react-admin/src/themes/amplicodeTheme/createComponents.ts index 48f31a6..7107576 100644 --- a/templates/react-admin/src/themes/amplicodeTheme/createComponents.ts +++ b/templates/react-admin/src/themes/amplicodeTheme/createComponents.ts @@ -220,14 +220,6 @@ export const createComponents = (theme: Theme): MuiComponents & RaComponents => width: "56px", }, - "& .RaDatagrid-rowCell:last-of-type": { - textAlign: "right", - - "& .MuiButtonBase-root": { - padding: "10px", - }, - }, - "& .MuiButton-startIcon": { display: "flex", },