Skip to content

Commit 8627362

Browse files
committed
fix(light): set text color
1 parent b6a34a2 commit 8627362

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

light/src/components/CustomSelect.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ export default {
147147
background-color: #eee;
148148
user-select: none;
149149
padding: 0 0.5em;
150+
color: black;
150151
}
151152
152153
.vcron-select-input:hover {
@@ -174,6 +175,7 @@ export default {
174175
width: 100%;
175176
padding: 0.2em 0.5em;
176177
text-align: center;
178+
color: black;
177179
}
178180
179181
.vcron-select-list-item:hover {

0 commit comments

Comments
 (0)