@rogieking/figui3 1.7.2 → 1.7.4
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 +3 -0
- package/example.html +2 -1
- package/package.json +1 -1
package/components.css
CHANGED
|
@@ -2269,6 +2269,9 @@ fig-input-text {
|
|
|
2269
2269
|
cursor: not-allowed;
|
|
2270
2270
|
color: var(--figma-color-text-disabled);
|
|
2271
2271
|
box-shadow: inset 0 0 0 1px var(--figma-color-border-disabled);
|
|
2272
|
+
& [slot] {
|
|
2273
|
+
color: var(--figma-color-text-disabled);
|
|
2274
|
+
}
|
|
2272
2275
|
}
|
|
2273
2276
|
}
|
|
2274
2277
|
|
package/example.html
CHANGED