Skip to content

Commit

Permalink
Merge pull request #99 from reaviz/color-primary-secondary
Browse files Browse the repository at this point in the history
added primary and secondary color types
  • Loading branch information
shaswat-indian authored Feb 1, 2024
2 parents f17d882 + 6076a3e commit 5596c07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils/Theme/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ export interface Colors {
pink?: Color;
slate?: Color;
overlay?: Color;
primary?: Color;
secondary?: Color;
}

export interface FontFamilies {
Expand Down

0 comments on commit 5596c07

Please sign in to comment.