Skip to content

Commit

Permalink
fix(components): [popover] fix dark mode background color (#8133)
Browse files Browse the repository at this point in the history
* fix(components): [popover] fix dark mode background color

* chore: improve code
  • Loading branch information
holazz committed Jun 25, 2022
1 parent 5383ef9 commit 5c0e1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/theme-chalk/src/common/var.scss
Expand Up @@ -835,7 +835,7 @@ $popup: map.merge(
$popover: () !default;
$popover: map.merge(
(
'bg-color': getCssVar('color-white'),
'bg-color': getCssVar('bg-color', 'overlay'),
'font-size': getCssVar('font-size-base'),
'border-color': getCssVar('border-color-lighter'),
'padding': 12px,
Expand Down

0 comments on commit 5c0e1b9

Please sign in to comment.