@florid-kit/components 0.8.5 → 0.8.6
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/index.js +4 -0
- package/index.mjs +4 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -542,6 +542,10 @@
|
|
|
542
542
|
fill: none;
|
|
543
543
|
}
|
|
544
544
|
|
|
545
|
+
:host([status="filled"]) .icon-button.none-light.icon-wishlist svg path {
|
|
546
|
+
fill: var(--color-content-action-primary);
|
|
547
|
+
}
|
|
548
|
+
|
|
545
549
|
.icon-button.background-light {
|
|
546
550
|
background-color: var(--color-alpha-light-strong);
|
|
547
551
|
|
package/index.mjs
CHANGED
|
@@ -1387,6 +1387,10 @@ _.styles = m`
|
|
|
1387
1387
|
fill: none;
|
|
1388
1388
|
}
|
|
1389
1389
|
|
|
1390
|
+
:host([status="filled"]) .icon-button.none-light.icon-wishlist svg path {
|
|
1391
|
+
fill: var(--color-content-action-primary);
|
|
1392
|
+
}
|
|
1393
|
+
|
|
1390
1394
|
.icon-button.background-light {
|
|
1391
1395
|
background-color: var(--color-alpha-light-strong);
|
|
1392
1396
|
|