override colors for v-list
in overlay to have background colors not vue theme colors
.v-overlay__content .v-list{
background: rgba(var(--v-theme-background));
color: rgba(var(--v-theme-on-background),var(--v-high-emphasis-opacity));
}
override colors for v-list
in overlay to have background colors not vue theme colors
.v-overlay__content .v-list{
background: rgba(var(--v-theme-background));
color: rgba(var(--v-theme-on-background),var(--v-high-emphasis-opacity));
}