Skip to content

Commit 9a9b27f

Browse files
committed
docs: fix sassdoc errors in chat-theme
1 parent ca20e74 commit 9a9b27f

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

sass/themes/components/chat/_chat-theme.scss

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,23 @@
1414

1515
/// Chat Theme
1616
/// @param {Map} $schema [$light-material-schema] - The schema used as basis for styling the component.
17-
/// @prop {Color} background [null] - The background color of the chat component.
18-
/// @prop {Color} header-background [null] - The background color of the chat header.
19-
/// @prop {Color} header-color [null] - The text color of the chat header.
20-
/// @prop {Color} header-border [null] - The color used for the chat header border.
21-
/// @prop {Color} message-background [null] - The background color of the sent message bubble.
22-
/// @prop {Color} message-color [null] - The text color of the chat messages.
23-
/// @prop {Color} message-actions-color [null] - The icon color of the chat message actions.
24-
/// @prop {Color} file-background [null] - The background color of the image message container.
25-
/// @prop {Color} file-icon-color [null] - The color of the attached file icon.
26-
/// @prop {Color} file-icon-accent-color [null] - The accent color of the attached file icon.
27-
/// @prop {Color} image-background [null] - The background color of the image message container.
28-
/// @prop {Color} image-border [null] - The border color of the image message container.
29-
/// @prop {Color} image-attachment-icon [null] - The color of the message attachment icon.
30-
/// @prop {Color} chat-input-border [null] - The border color of the chat input area.
31-
/// @prop {Color} progress-indicator-color [null] - The color of the progress indicator in the chat component.
32-
/// @prop {Color} code-background [null] - The background color of the code snippets in the chat component.
33-
/// @prop {Color} code-border [null] - The border color of the code snippets in the chat component.
17+
/// @param {Color} background [null] - The background color of the chat component.
18+
/// @param {Color} header-background [null] - The background color of the chat header.
19+
/// @param {Color} header-color [null] - The text color of the chat header.
20+
/// @param {Color} header-border [null] - The color used for the chat header border.
21+
/// @param {Color} message-background [null] - The background color of the sent message bubble.
22+
/// @param {Color} message-color [null] - The text color of the chat messages.
23+
/// @param {Color} message-actions-color [null] - The icon color of the chat message actions.
24+
/// @param {Color} file-background [null] - The background color of the image message container.
25+
/// @param {Color} file-icon-color [null] - The color of the attached file icon.
26+
/// @param {Color} file-icon-accent-color [null] - The accent color of the attached file icon.
27+
/// @param {Color} image-background [null] - The background color of the image message container.
28+
/// @param {Color} image-border [null] - The border color of the image message container.
29+
/// @param {Color} image-attachment-icon [null] - The color of the message attachment icon.
30+
/// @param {Color} chat-input-border [null] - The border color of the chat input area.
31+
/// @param {Color} progress-indicator-color [null] - The color of the progress indicator in the chat component.
32+
/// @param {Color} code-background [null] - The background color of the code snippets in the chat component.
33+
/// @param {Color} code-border [null] - The border color of the code snippets in the chat component.
3434
/// @requires $light-material-schema
3535
///
3636
/// @example scss Change background color

0 commit comments

Comments
 (0)