Skip to content

Commit 82bf10c

Browse files
fix: fix color
1 parent b31ba83 commit 82bf10c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/components/SelectLang.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ select {
4848
cursor: pointer;
4949
}
5050
.selector-option-text {
51-
color: var(--vp-custom-selector-option-text);
51+
color: var(--vp-c-text-1);
5252
background-color: var(--vp-c-bg);
5353
}
5454
@media only screen and (max-width: 780px) {

0 commit comments

Comments
 (0)