Skip to content

Commit 9fc422a

Browse files
authored
Merge pull request #1109 from ayrtonandino/fix-timeinput-css
style _TimeInput.scss: Update `.dp__inc_dec_button` to use `--dp-hover-icon-color` variable
2 parents 5f67be3 + 5437bd6 commit 9fc422a

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)