VThemeProvider.sass 174 B

123456
  1. @use '../../styles/tools'
  2. @include tools.layer('components')
  3. .v-theme-provider
  4. background: rgb(var(--v-theme-background))
  5. color: rgb(var(--v-theme-on-background))