Skip to content

Commit 240dc45

Browse files
fix(date-picker): indigo elevation (#16078)
Co-authored-by: Simeon Simeonoff <[email protected]>
1 parent 4d0a023 commit 240dc45

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

projects/igniteui-angular/src/lib/core/styles/components/date-picker/_date-picker-theme.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@
5656
flex: 1 0 0;
5757
flex-direction: column;
5858
box-shadow: $border-shadow, elevation(3);
59+
60+
@if $variant == 'indigo' and $theme-variant == 'dark' {
61+
box-shadow: $border-shadow, elevation(2);
62+
}
5963
}
6064

6165
%date-picker__buttons {

0 commit comments

Comments
 (0)