[darkmode] fix dropdown list theme

This commit is contained in:
Alireza Ahmadi
2023-05-15 20:36:08 +02:00
parent 243273defd
commit 33e41f1bda
14 changed files with 31 additions and 31 deletions

View File

@@ -3,7 +3,7 @@
<a-form layout="inline">
<a-form-item label="{{ i18n "transmission" }}">
<a-select v-model="inbound.stream.network" @change="streamNetworkChange"
:dropdown-class-name="siderDrawer.isDarkTheme ? 'ant-card-dark' : ''">
:dropdown-class-name="themeSwitcher.darkCardClass">
<a-select-option value="tcp">tcp</a-select-option>
<a-select-option value="kcp">kcp</a-select-option>
<a-select-option value="ws">ws</a-select-option>