@txdfe/at-theme 2.0.1-3 → 2.0.1-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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@txdfe/at-theme",
3
- "version": "2.0.1-3",
3
+ "version": "2.0.1-4",
4
4
  "description": "at主题包",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -142,7 +142,7 @@ $nav-primary-sub-nav-bg-color: transparent !default;
142
142
  $table-row-hover-bg: var(--CDS_gray_fill) !default;
143
143
 
144
144
  // menu
145
- $menu-background: $popover-color !default;
145
+ $menu-background: var(--CDS_gray_popover) !default;
146
146
  $menu-background-hover: var(--CDS_gray_fill) !default;
147
147
  $menu-background-selected: var(--CDS_gray_filled) !default;
148
148
  $menu-background-focus: var(--CDS_gray_filled) !default;