Apply same background color to popover arrow as the header

This commit is contained in:
Hinton 2021-01-13 16:11:00 +01:00
parent a4f26ff311
commit a8c1312bf5
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ body {
@include themify($themes) {
color: themed('textColor');
background-color: themed('backgroundColor');
background-color: themed('headerBackgroundColor');
}
&.body-sm {