Closed marcor2196 closed 10 months ago
Hi, I tried to set the background color in this way:
toast("message", { cardProps: { color: 'red' } });
but cause to this CSS rule:
.card-snackbar { background: rgb(var(--v-theme-surface-variant)) !important; color: rgb(var(--v-theme-on-surface-variant)) !important; }
the CSS class "bg-red" it's overwritten.
Thanks for reporting! Good catch
Hi, I tried to set the background color in this way:
but cause to this CSS rule:
the CSS class "bg-red" it's overwritten.