@rogieking/figui3 1.4.9 → 1.5.0
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/fig.css +1 -1
- package/package.json +1 -1
package/fig.css
CHANGED
|
@@ -2377,7 +2377,7 @@ fig-segmented-control {
|
|
|
2377
2377
|
justify-content: center;
|
|
2378
2378
|
position: relative;
|
|
2379
2379
|
appearance: none;
|
|
2380
|
-
color: var(--figma-color-text-
|
|
2380
|
+
color: var(--figma-color-text-secondary);
|
|
2381
2381
|
padding: 0 var(--spacer-2);
|
|
2382
2382
|
|
|
2383
2383
|
&[selected]:not([selected="false"]),
|