fix(list-header): match background with designs (#30058)

This commit is contained in:
Maria Hutt
2024-12-03 08:09:35 -08:00
committed by GitHub
parent f6e041622d
commit e16c633575
9 changed files with 7 additions and 3 deletions

View File

@@ -7,6 +7,8 @@
.item-options-ionic {
align-items: center;
background: #{globals.$ion-primitives-base-white};
gap: globals.$ion-space-100;
}

View File

@@ -82,6 +82,10 @@
</ion-content>
</ion-app>
<style></style>
<style>
ion-content {
--background: #f1f1f1;
}
</style>
</body>
</html>

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 31 KiB

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 31 KiB

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View File

@@ -9,8 +9,6 @@ ion-list {
display: block;
background: #{globals.$ion-primitives-base-white};
contain: content;
list-style-type: none;
}