fix(date-picker): fix year type current year color (#698)

This commit is contained in:
Kagol 2023-10-30 11:00:34 +08:00 committed by GitHub
parent b9cddfae7f
commit adf133d9c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@
color: var(--ti-date-picker-text-color);
&:hover {
color: var(--ti-date-picker-text-color);
background: var(--ti-date-picker-hover-bg-color);
}
}