Skip to content

Commit b5908a2

Browse files
committed
fix(calendar): update indigo theme to use focus border color for special range states
1 parent fd1c170 commit b5908a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/calendar/themes/shared/indigo/days-view.indigo.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ $week-number-radius: var-get($theme, 'week-number-border-radius');
407407

408408
/* stylelint-disable max-nesting-depth */
409409
&::after {
410-
border-color: var-get($theme, 'date-special-range-hover-border-color');
410+
border-color: var-get($theme, 'date-special-range-focus-border-color');
411411
}
412412
/* stylelint-enable */
413413
}

0 commit comments

Comments
 (0)