Skip to content

Commit

Permalink
Added some colors to the theme
Browse files Browse the repository at this point in the history
  • Loading branch information
belousovjr committed Nov 21, 2023
1 parent 7dd03f5 commit 39589f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/theme/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ export const colors: ThemeColors = {
neutralLight: "#d9d9d9",
shuttleGray: "#545d6b",
ebonyGray: "#1f242e",
green: '#638e5d',
red: '#b84c45',
yellow: '#c39905',
};

type ButtonColorsConfig = {
Expand Down
3 changes: 3 additions & 0 deletions src/theme/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@ export type ThemeColors = {
neutralLight: string;
shuttleGray: string;
ebonyGray: string;
green: string;
red: string;
yellow: string;
};

0 comments on commit 39589f3

Please sign in to comment.