@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.
- package/components.css +1 -1
- 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-
|
|
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