Skip to content

Commit e5ddc9e

Browse files
committed
featured
1 parent b49c51f commit e5ddc9e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/services/AppService.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,12 @@ export default class AppService {
8585
name:'BlueBet',
8686
text:'Poker, Baccarat, Black Jack, Powerball.',
8787
colors:{
88-
overlays:'#000',
89-
text:'#000',
88+
overlays:'yellow',
89+
text:'yellow',
9090
button:{
91-
color:'#000',
92-
background:'#fff',
93-
border:'#000'
91+
color:'yellow',
92+
background:'transparent',
93+
border:'1px solid yellow'
9494
},
9595

9696
}
@@ -106,7 +106,7 @@ export default class AppService {
106106
button:{
107107
color:'#fff',
108108
background:'transparent',
109-
border:'#fff'
109+
border:'1px solid #fff'
110110
},
111111

112112
}

0 commit comments

Comments
 (0)