🐛 Fix the styling conflict between vuetify and tailwindcss

This commit is contained in:
2025-11-08 11:49:53 +08:00
parent 81bea9275e
commit d6eb68a268
6 changed files with 43 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
<template>
<v-app :theme="colorMode.preference">
<v-app-bar elevation="2" color="surface-lighten-5">
<v-container class="mx-auto d-flex align-center justify-center">
<v-container class="mx-auto flex align-center justify-center">
<img
:src="colorMode.value == 'dark' ? IconDark : IconLight"
width="32"