Skip to content

Commit 3e3786d

Browse files
authored
fix(popover): increase the priority of arrow class names (#3645)
1 parent d4bde43 commit 3e3786d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/theme/src/popover/index.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
line-height: 1;
4444
margin-bottom: 8px;
4545
}
46-
& .popper__arrow {
47-
background: var(--tv-Popover-bg-color);
46+
& .popper__arrow.popper__arrow {
47+
background: var(--tv-Popover-bg-color);
4848
}
4949

5050
&:focus,

0 commit comments

Comments
 (0)