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:
4
app.vue
4
app.vue
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user