Skip to content

Commit

Permalink
Merge pull request #61 from DJKnaeckebrot/main
Browse files Browse the repository at this point in the history
Fix Type in customColor handler
  • Loading branch information
iMidnights authored Mar 11, 2023
2 parents b251ccd + bd60774 commit b3e6176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/partials/colorscheme.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ if (currentScheme == "custom") {
coltwo = "#7928CA";
} else {
currentCode = "310deg, " + themeConfig.themeColors.primaryColor + " 0%, " + themeConfig.themeColors.secondaryColor + " 100%";
colone = themeConfig.themeColors.primarayColor;
colone = themeConfig.themeColors.primaryColor;
coltwo = themeConfig.themeColors.secondaryColor;
}
}
Expand Down

0 comments on commit b3e6176

Please sign in to comment.