Skip to content

Commit 5437bd6

Browse files
committed
Update _TimeInput.scss
1 parent b59683e commit 5437bd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/VueDatePicker/style/components/_TimeInput.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
max-width: var(--dp-menu-min-width);
55

66
&[data-dp-mobile] {
7-
max-width: 100%;
7+
max-width: 100%;
88
}
99
}
1010

@@ -102,7 +102,7 @@
102102

103103
&:hover {
104104
background: var(--dp-hover-color);
105-
color: var(--dp-primary-color);
105+
color: var(--dp-hover-icon-color);
106106
}
107107
}
108108

0 commit comments

Comments
 (0)