Skip to content

Commit

Permalink
fix: dark 模式下arrow 未配置 (#2850)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyatong authored Dec 11, 2024
1 parent 601b5d1 commit 49106e3
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/packages/popover/popover.scss
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,18 @@
color: $popover-content-background-color;

.nut-popover-arrow {
border-bottom-color: $popover-text-color;
&-top {
border-top-color: $popover-text-color;
}
&-bottom {
border-bottom-color: $popover-text-color;
}
&-left {
border-left-color: $popover-text-color;
}
&-right {
border-right-color: $popover-text-color;
}
}

.nut-popover-content {
Expand Down

0 comments on commit 49106e3

Please sign in to comment.