Modify the background color of the theme menu to white to solve the problem of not being able to see the menu

This commit is contained in:
Rafi
2023-02-13 21:12:46 +08:00
parent b10fafd6a8
commit 96902c9e14

View File

@@ -38,7 +38,9 @@ const setTheme = (theme) => {
title="Theme mode" title="Theme mode"
></v-list-item> ></v-list-item>
</template> </template>
<v-list> <v-list
bg-color="white"
>
<v-list-item <v-list-item
v-for="(theme, idx) in themes" v-for="(theme, idx) in themes"
:key="idx" :key="idx"