diff --git a/client/packages/lowcoder/src/pages/setting/theme/themeConstant.tsx b/client/packages/lowcoder/src/pages/setting/theme/themeConstant.tsx index a346be9da..729d8b788 100644 --- a/client/packages/lowcoder/src/pages/setting/theme/themeConstant.tsx +++ b/client/packages/lowcoder/src/pages/setting/theme/themeConstant.tsx @@ -30,6 +30,8 @@ export const themeTemplateList = [ borderRadius: "4px", chart: JSON.stringify(ChartTheme, null, 2), gridColumns: "24", //Added By Aqib Mirza + margin: "3px", + padding: "3px", }, }, { @@ -45,6 +47,8 @@ export const themeTemplateList = [ borderRadius: "4px", chart: JSON.stringify(ChartYellowTheme, null, 2), gridColumns: "24", //Added By Aqib Mirza + margin: "3px", + padding: "3px", }, }, { @@ -60,6 +64,8 @@ export const themeTemplateList = [ borderRadius: "4px", chart: JSON.stringify(ChartGreenTheme, null, 2), gridColumns: "24", //Added By Aqib Mirza + margin: "3px", + padding: "3px", }, }, ];