Skip to content

Commit

Permalink
fix: replace goku with gohan and vice versa
Browse files Browse the repository at this point in the history
  • Loading branch information
andreisbitnev committed Nov 16, 2020
1 parent cb82743 commit 8fdf129
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions packages/themes/src/moneyball/moneyballDark.ts
Expand Up @@ -22,17 +22,17 @@ const color = {
100: '#E6E6E6',
},
goku: {
100: '#FFFFFF',
80: '#FBFBFB',
40: '#F9F9F9',
10: '#F6F6F6',
},
gohan: {
100: '#F7F7F7',
80: '#F9F9F9',
40: '#FCFCFC',
10: '#FFFFFF',
},
gohan: {
100: '#FFFFFF',
80: '#FBFBFB',
40: '#F9F9F9',
10: '#F6F6F6',
},
goten: {
100: '#FFFFFF',
},
Expand Down
12 changes: 6 additions & 6 deletions packages/themes/src/moneyball/moneyballLight.ts
Expand Up @@ -22,17 +22,17 @@ const color = {
100: '#E6E6E6',
},
goku: {
100: '#FFFFFF',
80: '#FBFBFB',
40: '#F9F9F9',
10: '#F6F6F6',
},
gohan: {
100: '#F7F7F7',
80: '#F9F9F9',
40: '#FCFCFC',
10: '#FFFFFF',
},
gohan: {
100: '#FFFFFF',
80: '#FBFBFB',
40: '#F9F9F9',
10: '#F6F6F6',
},
goten: {
100: '#FFFFFF',
},
Expand Down

0 comments on commit 8fdf129

Please sign in to comment.