Skip to content

Commit

Permalink
typo: Fixed missing param in comment (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
george-gca committed Mar 5, 2023
1 parent aa3536e commit 0116aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/const/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export class Theme {

// Set up themes
// We support short hex color, hex color and RGBA hex
// ThemeMap.set(name, new Theme('title', 'text', 'background', 'stroke', 'icon', 'chart'));
// ThemeMap.set(name, new Theme('title', 'text', 'background', 'stroke', 'strokeOpacity', 'icon', 'chart'));
ThemeMap.set('2077', new Theme('#ff0055', '#03d8f3', '#141321', '#141321', 1, '#fcee0c', '#00ffc8'));
ThemeMap.set('algolia', new Theme('#00aeff', '#ffffff', '#050f2c', '#000000', 0, '#2dde98', '#00aeff'));
ThemeMap.set('apprentice', new Theme('#ffffff', '#bcbcbc', '#262626', '#000000', 0, '#ffffaf', '#ffffff'));
Expand Down

0 comments on commit 0116aa2

Please sign in to comment.