@rogieking/figui3 1.0.22 → 1.0.24

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 +2 -2
  2. package/package.json +1 -1
package/fig.css CHANGED
@@ -611,7 +611,7 @@ fig-button {
611
611
  padding: 0 var(--spacer-2);
612
612
  appearance: none;
613
613
  border: 0;
614
- color: inherit;
614
+ color: var(--figma-color-text-onbrand);
615
615
  outline: 0;
616
616
  border-radius: var(--radius-medium);
617
617
  background-color: var(--figma-color-bg-brand);
@@ -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: currentColor;
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.24"
4
4
  }