Skip to content

Commit e08cb3c

Browse files
committed
fix(web): restore solid action menu surface
1 parent 8c0395f commit e08cb3c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/web/src/components/ui/action-menu/index.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
padding: var(--sp-2);
1111
border: 1px solid var(--border-default);
1212
border-radius: var(--radius-xl);
13-
background: var(--material-overlay);
13+
background: var(--surface-overlay-bg);
1414
box-shadow: var(--shadow-lg);
1515
}
1616

packages/web/src/styles/components.theme.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ describe("components.css theme-sensitive surfaces", () => {
621621
"utf8"
622622
);
623623
expect(getLastRuleBlockFrom(actionMenuStyles, ".content")).toContain(
624-
"background: var(--material-overlay)"
624+
"background: var(--surface-overlay-bg)"
625625
);
626626
expect(getLastRuleBlockFrom(actionMenuStyles, ".itemDanger:hover")).toContain(
627627
"background: var(--menu-danger-hover-bg)"

0 commit comments

Comments
 (0)