Skip to content

Commit

Permalink
Fix teams-green-100 colour
Browse files Browse the repository at this point in the history
  • Loading branch information
davecreaser committed Apr 22, 2024
1 parent a7ed797 commit 9667f8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/frame/Extensions/themes/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const light = {
teamsPink500: '#C11574',
teamsPink600: '#A11043',
teamsGreen50: '#E5FFFA',
teamsGreen100: '#FFF6ED',
teamsGreen100: '#E8F6ED',
teamsGreen300: '#12B76A',
teamsGreen400: '#0FA98A',
teamsGreen500: '#039855',
Expand Down Expand Up @@ -115,7 +115,7 @@ export const dark = {
teamsPink500: '#C11574',
teamsPink600: '#A11043',
teamsGreen50: '#E5FFFA',
teamsGreen100: '#FFF6ED',
teamsGreen100: '#E8F6ED',
teamsGreen300: '#12B76A',
teamsGreen400: '#0FA98A',
teamsGreen500: '#039855',
Expand Down

0 comments on commit 9667f8d

Please sign in to comment.