Skip to content

Commit aa8d71e

Browse files
committed
fix(chat): lint errors
1 parent dcda60f commit aa8d71e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/components/chat/themes/chat.base.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@use 'styles/common/component';
22
@use 'styles/utilities' as *;
33

4-
//should be removed
4+
// should be removed
55
:host {
66
width: 100%;
77
height: 600px;

src/components/chat/themes/input.base.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
gap: rem(8px);
1919
}
2020

21-
//should be changed when the design is ready
21+
// should be changed when the design is ready
2222
[part~='dragging'] {
2323
igc-textarea::part(container) {
2424
background: color(gray, 300);

src/components/chat/themes/shared/chat-message.common.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
$theme: $material;
55

6-
//should be changed when the design is ready
6+
// should be changed when the design is ready
77
:host([part~='active']) {
88
&::part(message-container) {
99
box-shadow: inset 0 0 0 rem(1px) var-get($theme, 'message-color');

0 commit comments

Comments
 (0)