@rogieking/figui3 1.4.5 → 1.4.6

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 +6 -3
  2. package/package.json +1 -1
package/fig.css CHANGED
@@ -174,6 +174,9 @@
174
174
  --figma-color-text-warning: #b86200;
175
175
  --figma-color-text-warning-secondary: #b86200;
176
176
  --figma-color-text-warning-tertiary: #b86200;
177
+ --figma-color-text-menu: #ffffff;
178
+ --figma-color-text-menu-secondary: rgba(255, 255, 255, 0.7);
179
+ --figma-color-text-menu-tertiary: rgba(255, 255, 255, 0.4);
177
180
  }
178
181
 
179
182
  @media (prefers-color-scheme: dark) {
@@ -651,13 +654,13 @@ input[type="text"][list] {
651
654
  border-radius: var(--radius-medium);
652
655
  min-width: 5rem;
653
656
  font-weight: var(--body-medium-fontWeight);
654
- color: var(--figma-color-text);
657
+ color: var(--figma-color-text-menu);
655
658
  &:hover {
656
659
  background-color: var(--figma-color-bg-menu-hover);
657
660
  }
658
661
  }
659
662
  optgroup {
660
- color: var(--figma-color-text-secondary);
663
+ color: var(--figma-color-text-menu-secondary);
661
664
  text-align: left;
662
665
  font-weight: var(--body-medium-fontWeight);
663
666
  legend {
@@ -673,7 +676,7 @@ input[type="text"][list] {
673
676
  appearance: base-select;
674
677
  border-radius: var(--radius-large);
675
678
  background-color: var(--figma-color-bg-menu);
676
- color: var(--figma-color-text);
679
+ color: var(--figma-color-text-menu);
677
680
  border: 0;
678
681
  padding: var(--spacer-2);
679
682
  box-shadow: var(--figma-elevation-400-menu-panel);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rogieking/figui3",
3
- "version": "1.4.5",
3
+ "version": "1.4.6",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "devDependencies": {