We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5fb106 commit 2930d52Copy full SHA for 2930d52
packages/uui-toast-notification/lib/uui-toast-notification.element.ts
@@ -96,7 +96,7 @@ export class UUIToastNotificationElement extends LitElement {
96
color: var(--uui-color-text);
97
border-color: var(--uui-color-surface);
98
}
99
- :host([color='primary']) #toast > div {
+ :host([color='default']) #toast > div {
100
background-color: var(--uui-color-default);
101
color: var(--uui-color-default-contrast);
102
border-color: var(--uui-color-default-standalone);
0 commit comments