Skip to content

Commit 8ba781d

Browse files
committed
Fix linting after merge
1 parent f968345 commit 8ba781d

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

src/features/click-to-load/ctl-config.js

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -58,17 +58,17 @@ export function getStyles (assets) {
5858
toggleButtonText: `
5959
color: #EEEEEE;
6060
`,
61-
toggleButtonBgState: {
62-
active: `
61+
toggleButtonBgState: {
62+
active: `
6363
background: #5784FF;
6464
`,
65-
inactive: `
65+
inactive: `
6666
background-color: #666666;
6767
`
68-
}
69-
},
70-
lightMode: {
71-
background: `
68+
}
69+
},
70+
lightMode: {
71+
background: `
7272
background: #FFFFFF;
7373
`,
7474
textFont: `
@@ -92,17 +92,17 @@ export function getStyles (assets) {
9292
toggleButtonText: `
9393
color: #666666;
9494
`,
95-
toggleButtonBgState: {
96-
active: `
95+
toggleButtonBgState: {
96+
active: `
9797
background: #3969EF;
9898
`,
99-
inactive: `
99+
inactive: `
100100
background-color: #666666;
101101
`
102-
}
103-
},
104-
loginMode: {
105-
buttonBackground: `
102+
}
103+
},
104+
loginMode: {
105+
buttonBackground: `
106106
background: #666666;
107107
`,
108108
buttonFont: `
@@ -489,7 +489,7 @@ export function getStyles (assets) {
489489
margin: 0 0 0 7px;
490490
padding: 0;
491491
`,
492-
toggleButtonKnob: `
492+
toggleButtonKnob: `
493493
position: absolute;
494494
display: inline-block;
495495
width: 14px;

0 commit comments

Comments
 (0)