We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c2d033 commit 6dd9bc4Copy full SHA for 6dd9bc4
core/src/components/datetime/datetime.ios.scss
@@ -267,6 +267,11 @@
267
color: current-color(contrast);
268
}
269
270
+:host .calendar-day.calendar-day-hidden-day {
271
+ opacity: 1;
272
+ color: $text-color-step-700;
273
+}
274
+
275
// Time / Header
276
// -----------------------------------
277
:host .datetime-time {
core/src/components/datetime/datetime.md.scss
@@ -127,6 +127,11 @@
127
background: current-color(base);
128
129
130
131
132
+ color: $text-color-step-500;
133
134
135
136
137
0 commit comments