Skip to content

Commit

Permalink
fix: add background for Material overlay content (#4835) (#4841)
Browse files Browse the repository at this point in the history
Co-authored-by: Serhii Kulykov <iamkulykov@gmail.com>
  • Loading branch information
vaadin-bot and web-padawan authored Oct 25, 2022
1 parent a92e05f commit 7be1181
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,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 7be1181

Please sign in to comment.