Skip to content

Commit 2930d52

Browse files
authored
fix: change notification color primary to default (#258)
1 parent b5fb106 commit 2930d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/uui-toast-notification/lib/uui-toast-notification.element.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export class UUIToastNotificationElement extends LitElement {
9696
color: var(--uui-color-text);
9797
border-color: var(--uui-color-surface);
9898
}
99-
:host([color='primary']) #toast > div {
99+
:host([color='default']) #toast > div {
100100
background-color: var(--uui-color-default);
101101
color: var(--uui-color-default-contrast);
102102
border-color: var(--uui-color-default-standalone);

0 commit comments

Comments
 (0)