Skip to content

Commit

Permalink
Merge pull request #341 from mousheng/fix_theme_save_bug
Browse files Browse the repository at this point in the history
fix_theme_save_bug
  • Loading branch information
aaron1604 authored Aug 11, 2023
2 parents f4e0103 + 9144887 commit 1c11818
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
},
{
Expand All @@ -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",
},
},
{
Expand All @@ -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",
},
},
];

0 comments on commit 1c11818

Please sign in to comment.