Dark-Mode: CSS fixes #50

This commit is contained in:
Alireza Ahmadi
2023-03-17 10:49:44 +01:00
parent 7e9c336a17
commit df29570dc1
17 changed files with 104 additions and 41 deletions

View File

@@ -56,6 +56,7 @@
ref="selectLang"
v-model="lang"
@change="setLang(lang)"
:dropdown-class-name="siderDrawer.isDarkTheme ? 'ant-card-dark' : ''"
style="width: 100%"
>
<a-select-option :value="l.value" :label="l.value" v-for="l in supportLangs">