@cal.macconnachie/web-components 2.5.0 → 2.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5975,7 +5975,7 @@ class ie extends M {
|
|
|
5975
5975
|
width: 100%;
|
|
5976
5976
|
font-family: var(--font-family-sans);
|
|
5977
5977
|
color: var(--color-text-primary);
|
|
5978
|
-
background-color:
|
|
5978
|
+
background-color: var(--list-item-bg, var(--color-bg-primary));
|
|
5979
5979
|
border: none;
|
|
5980
5980
|
text-align: left;
|
|
5981
5981
|
box-sizing: border-box;
|