@rogieking/figui3 1.4.4 → 1.4.5

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 +1 -0
  2. package/package.json +1 -1
package/fig.css CHANGED
@@ -658,6 +658,7 @@ input[type="text"][list] {
658
658
  }
659
659
  optgroup {
660
660
  color: var(--figma-color-text-secondary);
661
+ text-align: left;
661
662
  font-weight: var(--body-medium-fontWeight);
662
663
  legend {
663
664
  padding: var(--spacer-1, 0.3rem) var(--spacer-1, 1rem);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rogieking/figui3",
3
- "version": "1.4.4",
3
+ "version": "1.4.5",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "devDependencies": {