@rogieking/figui3 2.30.0 → 2.30.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.
Files changed (2) hide show
  1. package/components.css +1 -1
  2. package/package.json +1 -1
package/components.css CHANGED
@@ -1590,7 +1590,7 @@ fig-3d-rotate {
1590
1590
 
1591
1591
  & > label {
1592
1592
  align-self: stretch;
1593
- color: inherit;
1593
+ color: var(--figma-color-text);
1594
1594
  }
1595
1595
 
1596
1596
  & > * {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rogieking/figui3",
3
- "version": "2.30.0",
3
+ "version": "2.30.1",
4
4
  "description": "A lightweight web components library for building Figma plugin and widget UIs with native look and feel",
5
5
  "author": "Rogie King",
6
6
  "license": "MIT",