Skip to content

Commit

Permalink
feat: expose scrim color
Browse files Browse the repository at this point in the history
  • Loading branch information
motss committed Jan 25, 2022
1 parent 79ceabb commit 081c8f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/date-picker-dialog/stylings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ export const datePickerDialogBaseStyling = css`
.mdc-dialog .mdc-dialog__actions {
--mdc-theme-primary: var(--base-on-primary);
}
.mdc-dialog .mdc-dialog__scrim {
--mdc-dialog-scrim-color: var(--date-picker-dialog-base-scrim);
}
`;

export const datePickerDialogStyling = css`
Expand Down

0 comments on commit 081c8f7

Please sign in to comment.