diff --git a/apps/data-importer/src/modules/customers/customers-importer-nuvo/customers-importer-view.tsx b/apps/data-importer/src/modules/customers/customers-importer-nuvo/customers-importer-view.tsx index 4da1449..2e0c6d4 100644 --- a/apps/data-importer/src/modules/customers/customers-importer-nuvo/customers-importer-view.tsx +++ b/apps/data-importer/src/modules/customers/customers-importer-nuvo/customers-importer-view.tsx @@ -58,6 +58,14 @@ const getNuvoSettings = (theme: SaleorTheme): SettingsAPI => { color: theme.palette.text.primary, }, }, + button: { + root: { + background: theme.palette.background.default, + color: theme.palette.text.primary, + maxHeight: "20px", + border: `1px solid ${lighten(theme.palette.background.default, 0.1)}`, + }, + }, } as const; return { @@ -175,7 +183,11 @@ const getNuvoSettings = (theme: SaleorTheme): SettingsAPI => { border: "1px dashed #ddd", }, }, - globals: { fontFamily: "Inter", backgroundColor: "transparent", textColor: "inherit" }, + globals: { + fontFamily: "Inter", + backgroundColor: "transparent", + textColor: "inherit", + }, }, title: "Upload customers to Saleor", disableExcelTemplate: true, diff --git a/apps/data-importer/src/pages/importer.tsx b/apps/data-importer/src/pages/importer.tsx index ee5d1b1..404d930 100644 --- a/apps/data-importer/src/pages/importer.tsx +++ b/apps/data-importer/src/pages/importer.tsx @@ -59,7 +59,7 @@ const ImporterPage: NextPage = () => { } /> - + { - + {activeTab === "customers" && }