Skip to content

Commit 9eaee49

Browse files
fix(datetime): remove escape
Co-authored-by: Brandy Carney <6577830+brandyscarney@users.noreply.github.com>
1 parent d5a7aae commit 9eaee49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/components/datetime/datetime.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@
381381
:host(.ion-color) .calendar-day:not(.calendar-day-adjacent-day):focus {
382382
background: #{current-color(base, 0.2)};
383383

384-
box-shadow: 0px 0px 0px 4px #{current-color(base, 0.2)};
384+
box-shadow: 0px 0px 0px 4px current-color(base, 0.2);
385385
}
386386

387387
// Time / Header

0 commit comments

Comments
 (0)