datepicker: fix accidentally removed icon from scss
This commit is contained in:
parent
2abb290b02
commit
3dd1b40cc7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue