Skip to content

Commit eb61437

Browse files
committed
fix(list-header): match background with designs
1 parent f6e0416 commit eb61437

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/src/components/item-options/item-options.ionic.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
.item-options-ionic {
88
align-items: center;
99

10+
background: #{globals.$ion-primitives-base-white};
11+
1012
gap: globals.$ion-space-100;
1113
}
1214

core/src/components/list/list.ionic.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ ion-list {
99

1010
display: block;
1111

12-
background: #{globals.$ion-primitives-base-white};
13-
1412
contain: content;
1513
list-style-type: none;
1614
}

0 commit comments

Comments
 (0)