Skip to content

Commit 45f5bbe

Browse files
committed
fix(TimePicker): change the inline select icon to match the active color scheme
1 parent 11d6d3c commit 45f5bbe

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

scss/_time-picker.scss

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -202,11 +202,10 @@
202202

203203
.time-picker-inline-icon {
204204
display: block;
205-
width: 40px;
205+
width: 2.5rem;
206206
height: 1.25rem;
207-
background-image: var(--#{$prefix}time-picker-indicator-icon);
208-
background-repeat: no-repeat;
209-
background-position: center;
207+
background-color: var(--#{$prefix}time-picker-indicator-icon-color);
208+
mask: var(--#{$prefix}time-picker-indicator-icon) center / var(--#{$prefix}time-picker-indicator-icon-size) no-repeat;
210209
}
211210

212211
.time-picker-inline-select {

0 commit comments

Comments
 (0)