feat(picker): [picker] Adapting to the SMB theme (#2118)

This commit is contained in:
东风使命必达 2024-09-13 18:39:47 -07:00 committed by GitHub
parent 88180209b7
commit b059b1e8df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 2 deletions

View File

@ -87,10 +87,13 @@
width: initial;
cursor: pointer;
color: var(--ti-date-editor-input-icon-color-fill);
position: absolute;
right: 0;
.baseClearicon {
margin-right: 8px;
fill: #252b3a;
position: absolute;
fill: #808080;
background-color: #FFFFFF;
&:hover {
fill: var(--ti-input-clear-text-color-hover);

View File

@ -16,4 +16,5 @@
--ti-date-editor-input-small-height: var(--ti-common-line-height-3);
--ti-date-editor-input-border-color: var(--ti-common-color-line-hover);
--ti-date-editor-input-icon-color-fill: var(--ti-base-color-common-2);
--ti-input-clear-text-color-hover: #191919;
}