Skip to content

Commit 178d2cd

Browse files
fix(material/datepicker): improve range selection contrast in comparison range example
1 parent 17cc760 commit 178d2cd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
.example-form-field {
22
margin: 0 8px 16px 0;
33
}
4+
::ng-deep .mat-calendar-comparison-range {
5+
background-color: #ffd54f !important;
6+
opacity: 0.6;
7+
border-radius: 4px;
8+
}
9+

0 commit comments

Comments
 (0)