Skip to content

Commit b1b66eb

Browse files
authored
[Bugfix]Popover.Menu 在深色模式下, 背景颜色错误
1 parent d1f4dd4 commit b1b66eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/components/popover/popover.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
.@{class-prefix-popover} {
44
--z-index: var(--adm-popover-z-index, 1030);
55

6-
--background: #ffffff;
6+
--background: var(--adm-color-background);
77
--arrow-size: 8px;
88
--content-padding: 8px 12px;
99

0 commit comments

Comments
 (0)