Skip to content

Commit

Permalink
Merge pull request #115 from bettyblocks/feat/add-inherited-to-theme-…
Browse files Browse the repository at this point in the history
…color

Add inherited to ThemeColor
  • Loading branch information
ingmar-stipriaan authored Feb 2, 2023
2 parents cf12738 + d58a357 commit dd8853a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/prefabs/types/prefabs/theme-color.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export enum ThemeColor {
INHERITED = '[Inherited]',
PRIMARY = 'Primary',
SECONDARY = 'Secondary',
SUCCESS = 'Success',
Expand Down

0 comments on commit dd8853a

Please sign in to comment.