File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed
src/features/click-to-load Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -58,17 +58,17 @@ export function getStyles (assets) {
58
58
toggleButtonText : `
59
59
color: #EEEEEE;
60
60
` ,
61
- toggleButtonBgState : {
62
- active : `
61
+ toggleButtonBgState : {
62
+ active : `
63
63
background: #5784FF;
64
64
` ,
65
- inactive : `
65
+ inactive : `
66
66
background-color: #666666;
67
67
`
68
- }
69
- } ,
70
- lightMode : {
71
- background : `
68
+ }
69
+ } ,
70
+ lightMode : {
71
+ background : `
72
72
background: #FFFFFF;
73
73
` ,
74
74
textFont : `
@@ -92,17 +92,17 @@ export function getStyles (assets) {
92
92
toggleButtonText : `
93
93
color: #666666;
94
94
` ,
95
- toggleButtonBgState : {
96
- active : `
95
+ toggleButtonBgState : {
96
+ active : `
97
97
background: #3969EF;
98
98
` ,
99
- inactive : `
99
+ inactive : `
100
100
background-color: #666666;
101
101
`
102
- }
103
- } ,
104
- loginMode : {
105
- buttonBackground : `
102
+ }
103
+ } ,
104
+ loginMode : {
105
+ buttonBackground : `
106
106
background: #666666;
107
107
` ,
108
108
buttonFont : `
@@ -489,7 +489,7 @@ export function getStyles (assets) {
489
489
margin: 0 0 0 7px;
490
490
padding: 0;
491
491
` ,
492
- toggleButtonKnob : `
492
+ toggleButtonKnob : `
493
493
position: absolute;
494
494
display: inline-block;
495
495
width: 14px;
You can’t perform that action at this time.
0 commit comments