Skip to content

Commit 28f135d

Browse files
authored
Update uui-toast-notification docs (#256)
1 parent 2930d52 commit 28f135d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ export class UUIToastNotificationElement extends LitElement {
120120
];
121121

122122
/**
123-
* Changes the look of the notification to one of the predefined, symbolic looks. Example set this to danger for errors.
124-
* @type {""|"default"|"primary"|"positive"|"warning"|"danger"}
123+
* Changes the color of the notification to one of the predefined, symbolic colors. Example: set this to danger to indicate errors.
124+
* @type {'' | 'default' | 'positive' | 'warning' | 'danger'}
125125
* @attr
126126
* @default ""
127127
*/

0 commit comments

Comments
 (0)