Skip to content

Commit

Permalink
fix: one color for each color name in bitcasino theme (#2577)
Browse files Browse the repository at this point in the history
  • Loading branch information
SNSemenova authored May 10, 2024
1 parent 6dfdbba commit 65ab2a7
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
20 changes: 10 additions & 10 deletions packages/themes/src/bitcasinoDark/bitcasinoDark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@ const boxShadow =

const color = {
hit: {
120: '#572385',
120: '#4B4C4E',
100: '#4B4C4E',
80: '#7139a2',
80: '#4B4C4E',
},
goku: {
100: '#1F2328',
80: '#320854',
40: '#4c1a75',
10: '#65348d',
80: '#1F2328',
40: '#1F2328',
10: '#1F2328',
},
gohan: {
100: '#272B30',
80: '#4b1679',
40: '#642e94',
10: '#7e48ad',
80: '#272B30',
40: '#272B30',
10: '#272B30',
},
beerus: {
100: '#3A3D42',
Expand Down Expand Up @@ -68,9 +68,9 @@ const bitcasinoDark: Theme = {
text: color.bulma[100],
background: color.goku[100],
piccolo: {
120: '#f54100',
120: '#F2590D',
100: '#F2590D',
80: '#fa642e',
80: '#F2590D',
},
goten: {
100: '#ffffff',
Expand Down
16 changes: 8 additions & 8 deletions packages/themes/src/bitcasinoLight/bitcasinoLight.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ import supportiveColors from '../v2/colors/supportiveColors';

const color = {
hit: {
120: '#d9e3e8',
120: '#E9E9E9',
100: '#E9E9E9',
80: '#edf1f3',
80: '#E9E9E9',
},
goku: {
100: '#FFFFFF',
80: '#eaeef0',
40: '#d8e0e3',
10: '#c5d2d8',
80: '#FFFFFF',
40: '#FFFFFF',
10: '#FFFFFF',
},
gohan: {
100: '#F9F7F6',
80: '#f7f7f7',
40: '#e8e8e8',
10: '#d9d9d9',
80: '#F9F7F6',
40: '#F9F7F6',
10: '#F9F7F6',
},
beerus: {
100: '#E0E0E0',
Expand Down

0 comments on commit 65ab2a7

Please sign in to comment.