datepicker: fix accidentally removed icon from scss

This commit is contained in:
Alex Gleason 2023-01-05 15:24:07 -06:00
parent 2abb290b02
commit 3dd1b40cc7
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

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