Revert "feat: apply sugar theme for toasts"

This reverts commit f961fc211c.
This commit is contained in:
Tim
2025-07-21 18:23:56 +08:00
parent 4a7fa80316
commit 079474c336
3 changed files with 1 additions and 18 deletions

View File

@@ -4,9 +4,6 @@ import router from './router'
import './assets/global.css'
import Toast, { POSITION } from 'vue-toastification'
import 'vue-toastification/dist/index.css'
// Use Sugar theme from vue-toast-notification for better toast styling.
// If you prefer Bootstrap style, replace with theme-bootstrap.css instead.
import 'vue-toast-notification/dist/theme-sugar.css'
import { useToast } from 'vue-toastification'
import { checkToken, clearToken } from './utils/auth'
import { initTheme } from './utils/theme'