You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suggested fix in the source file datepicker.scss, line 120: .air-datepicker--pointer:after { background: #fff; }
Change #fff to var(--adp-background-color)
This ensures that the 'triangular pointer' updates its color when the theme changes.
Suggested fix in the source file datepicker.scss, line 120:
.air-datepicker--pointer:after { background: #fff; }Change #fff to var(--adp-background-color)
This ensures that the 'triangular pointer' updates its color when the theme changes.