fix(date-picker): fix date-picker clear icon style (#260)

This commit is contained in:
Kagol 2023-05-31 14:32:48 +08:00 committed by GitHub
parent ee759b2a5f
commit e91aa22a9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@
}
.@{input-prefix-cls}__icon {
width: initial;
cursor: pointer;
fill: var(--ti-date-editor-input-icon-color-fill);