[dark] fix color bug

This commit is contained in:
Alireza Ahmadi
2023-11-20 22:48:42 +01:00
parent cfc11151d2
commit 878e5507e6
2 changed files with 15 additions and 0 deletions

View File

@@ -94,6 +94,7 @@
<a-select
mode="multiple"
style="width: 250px"
:dropdown-class-name="themeSwitcher.currentTheme"
v-model="inbound.stream.tls.alpn">
<a-select-option v-for="alpn in ALPN_OPTION" :value="alpn">[[ alpn ]]</a-select-option>
</a-select>