18 lines
464 B
CSS
18 lines
464 B
CSS
@reference './tailwind.css';
|
|
|
|
li[data-sonner-toast] > div[data-content] > div[data-description] {
|
|
@apply text-muted-foreground;
|
|
}
|
|
|
|
li[data-sonner-toast][data-type='error'] > div[data-icon] {
|
|
@apply text-destructive-foreground;
|
|
}
|
|
|
|
li[data-sonner-toast][data-type='error'] > div[data-icon] {
|
|
@apply text-destructive-foreground;
|
|
}
|
|
|
|
li[data-sonner-toast][data-type='error'] > div[data-content] > div[data-title] {
|
|
@apply text-destructive-foreground;
|
|
}
|