kieuminhcanh / vuetify-notifier

21 stars 2 forks source link

Incorrect theme #3

Closed walmartwarlord closed 2 months ago

walmartwarlord commented 6 months ago

I set the theme with v-app and got incorrect dialog theme

Screenshot 2023-12-15 at 10 16 25 AM

Is this repo maintained?

kieuminhcanh commented 2 months ago

It's work with main settings.

const vuetify = createVuetify({
  theme:{
    defaultTheme: 'dark',
  },
})