@rogieking/figui3 1.0.22 → 1.0.23

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/fig.css +1 -1
  2. package/package.json +1 -1
package/fig.css CHANGED
@@ -629,7 +629,7 @@ fig-button {
629
629
  border-radius: var(--radius-medium);
630
630
  height: var(--spacer-4);
631
631
  padding: 0 var(--spacer-2);
632
- color: inherit;
632
+ color: var(--figma-color-text-onbrand);
633
633
  }
634
634
 
635
635
  &:has(>button) {
package/package.json CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@rogieking/figui3",
3
- "version": "1.0.22"
3
+ "version": "1.0.23"
4
4
  }