datepicker: fix accidentally removed icon from scss

environments/review-develop-3zknud/deployments/2150^2
Alex Gleason 2 years ago
parent 2abb290b02
commit 3dd1b40cc7
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -143,6 +143,6 @@
.react-datepicker__close-icon::after { .react-datepicker__close-icon::after {
@apply bg-transparent text-gray-600 dark:text-gray-400 text-base; @apply bg-transparent text-gray-600 dark:text-gray-400 text-base;
font-family: 'Font Awesome 5 Free'; font-family: 'Font Awesome 5 Free';
content: ''; content: '';
font-weight: 900; font-weight: 900;
} }

Loading…
Cancel
Save