Skip to content

Commit a0d2bed

Browse files
committed
update tests background color
1 parent 83ab16a commit a0d2bed

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

core/src/components/accordion-group/test/expand/accordion-group.e2e.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ configs({ directions: ['ltr'], modes: ['ionic-md'] }).forEach(({ config, screens
1010
<style>
1111
/* Background styles to show the border radius */
1212
:root {
13-
background: #ccc7c7;
13+
--background: #ccc7c7;
1414
}
1515
</style>
1616
<ion-accordion-group>
@@ -48,7 +48,7 @@ configs({ directions: ['ltr'], modes: ['ionic-md'] }).forEach(({ config, screens
4848
<style>
4949
/* Background styles to show the border radius */
5050
:root {
51-
background: #ccc7c7;
51+
--background: #ccc7c7;
5252
}
5353
</style>
5454
<ion-accordion-group value="first">
@@ -88,7 +88,7 @@ configs({ directions: ['ltr'], modes: ['ionic-md'] }).forEach(({ config, screens
8888
<style>
8989
/* Background styles to show the border radius */
9090
:root {
91-
background: #ccc7c7;
91+
--background: #ccc7c7;
9292
}
9393
</style>
9494
<ion-accordion-group expand="inset">
@@ -126,7 +126,7 @@ configs({ directions: ['ltr'], modes: ['ionic-md'] }).forEach(({ config, screens
126126
<style>
127127
/* Background styles to show the border radius */
128128
:root {
129-
background: #ccc7c7;
129+
--background: #ccc7c7;
130130
}
131131
</style>
132132
<ion-accordion-group value="first" expand="inset">

core/src/components/accordion-group/test/shape/accordion-group.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ configs({ directions: ['ltr'], modes: ['ionic-md'] }).forEach(({ config, screens
1010
<style>
1111
/* Background styles to show the border radius */
1212
:root {
13-
background: #222;
13+
--background: #222;
1414
}
1515
</style>
1616

core/src/components/progress-bar/test/shape/progress-bar.e2e.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ configs({ directions: ['ltr'], modes: ['ionic-md'] }).forEach(({ title, screensh
88
`
99
<style>
1010
:root {
11-
background: #ccc7c7;
11+
--background: #ccc7c7;
1212
}
1313
1414
.container {
@@ -33,7 +33,7 @@ configs({ directions: ['ltr'], modes: ['ionic-md'] }).forEach(({ title, screensh
3333
`
3434
<style>
3535
:root {
36-
background: #ccc7c7;
36+
--background: #ccc7c7;
3737
}
3838
3939
.container {

core/src/components/searchbar/test/shape/searchbar.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ configs({ directions: ['ltr'], modes: ['ionic-md'] }).forEach(({ title, screensh
1414
<style>
1515
/* Background styles to show the border radius */
1616
:root {
17-
background: #000;
17+
--background: #000;
1818
}
1919
</style>
2020

core/src/components/tab-bar/test/basic/tab-bar.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ configs({ modes: ['ionic-md', 'md', 'ios'] }).forEach(({ title, screenshot, conf
1111
`
1212
<style>
1313
:root {
14-
background: #ccc7c7;
14+
--background: #ccc7c7;
1515
}
1616
</style>
1717

core/src/components/tab-bar/test/shape/tab-bar.e2e.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ configs({ directions: ['ltr'], modes: ['ionic-md'] }).forEach(({ title, screensh
1313
`
1414
<style>
1515
:root {
16-
background: #ccc7c7;
16+
--background: #ccc7c7;
1717
}
1818
</style>
1919
@@ -49,7 +49,7 @@ configs({ directions: ['ltr'], modes: ['ionic-md'] }).forEach(({ title, screensh
4949
`
5050
<style>
5151
:root {
52-
background: #ccc7c7;
52+
--background: #ccc7c7;
5353
}
5454
</style>
5555
@@ -85,7 +85,7 @@ configs({ directions: ['ltr'], modes: ['ionic-md'] }).forEach(({ title, screensh
8585
`
8686
<style>
8787
:root {
88-
background: #ccc7c7;
88+
--background: #ccc7c7;
8989
}
9090
</style>
9191

0 commit comments

Comments
 (0)