Skip to content

Commit

Permalink
fix: enum consistency start with capital letter
Browse files Browse the repository at this point in the history
  • Loading branch information
michel committed May 16, 2022
1 parent d9b3105 commit 8b5837f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prefabs/types/prefabs/theme-color.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ export enum ThemeColor {
ACCENT_1 = 'Accent1',
ACCENT_2 = 'Accent2',
ACCENT_3 = 'Accent3',
TRANSPARENT = 'transparent',
TRANSPARENT = 'Transparent',
}

0 comments on commit 8b5837f

Please sign in to comment.