Skip to content

Commit

Permalink
fix: add background for Material overlay content (#4835)
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan authored Oct 25, 2022
1 parent d3d0b22 commit 375b23d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ registerStyles(
'vaadin-date-picker-overlay-content',
css`
:host {
background: var(--material-background-color);
font-family: var(--material-font-family);
font-size: var(--material-body-font-size);
-webkit-text-size-adjust: 100%;
Expand Down

0 comments on commit 375b23d

Please sign in to comment.