Skip to content

Commit e98c9f3

Browse files
committed
fix accordion background shape test
1 parent 992abbf commit e98c9f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/accordion/test/shape/accordion.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

0 commit comments

Comments
 (0)