@rogieking/figui3 3.8.1 → 3.8.2

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
@@ -1436,7 +1436,7 @@ fig-easing-curve {
1436
1436
  fill: transparent;
1437
1437
  }
1438
1438
  .fig-easing-curve-arm {
1439
- stroke: var(--figma-color-border-strong);
1439
+ stroke: var(--figma-color-bordertranslucent);
1440
1440
  stroke-width: var(--stroke-width);
1441
1441
  stroke-linejoin: round;
1442
1442
  stroke-linecap: round;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rogieking/figui3",
3
- "version": "3.8.1",
3
+ "version": "3.8.2",
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",