Skip to content

Commit 665a3c4

Browse files
committed
fix(calendar): update date-disabled-inactive color variable to date-disabled-foreground
1 parent 621edd8 commit 665a3c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/core/styles/components/calendar/_calendar-theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2063,7 +2063,7 @@
20632063

20642064
%date-disabled-inactive {
20652065
%date-inner {
2066-
color: var-get($theme, 'inactive-color');
2066+
color: var-get($theme, 'date-disabled-foreground');
20672067
opacity: 1;
20682068
}
20692069
}

0 commit comments

Comments
 (0)