Skip to content

Commit

Permalink
Merge pull request #2266 from JoinColony/feat/#2228-fix-teamsgreen100…
Browse files Browse the repository at this point in the history
…-colour

Fix teams-green-100 colour
  • Loading branch information
davecreaser authored Apr 22, 2024
2 parents d8ba02a + 9667f8d commit dc1d59f
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 dc1d59f

Please sign in to comment.