@florid-kit/components 0.4.32 → 0.4.33

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.
Files changed (3) hide show
  1. package/index.js +1 -0
  2. package/index.mjs +1 -0
  3. package/package.json +1 -1
package/index.js CHANGED
@@ -864,6 +864,7 @@
864
864
  margin-bottom: auto;
865
865
  overflow: hidden;
866
866
  width: 100%;
867
+ color: var(--color-content-heading);
867
868
  }
868
869
 
869
870
  .close-btn {
package/index.mjs CHANGED
@@ -1863,6 +1863,7 @@ f.styles = $`
1863
1863
  margin-bottom: auto;
1864
1864
  overflow: hidden;
1865
1865
  width: 100%;
1866
+ color: var(--color-content-heading);
1866
1867
  }
1867
1868
 
1868
1869
  .close-btn {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@florid-kit/components",
3
- "version": "0.4.32",
3
+ "version": "0.4.33",
4
4
  "main": "index.js",
5
5
  "module": "index.mjs",
6
6
  "typings": "index.d.ts",