Skip to content

Commit 6c6efbd

Browse files
committed
chore: renaming
1 parent d76f046 commit 6c6efbd

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

src/v2/styles/AIGenerationIndicator/AIGenerationIndicator-layout.scss

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.str-chat__ai-state-indicator-container {
2+
padding: 0 8px;
3+
}

src/v2/styles/AIGenerationIndicator/AIGenerationIndicator-theme.scss renamed to src/v2/styles/AIStateIndicator/AIStateIndicator-theme.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
.str-chat__ai-generation-indicator-container {
1+
.str-chat__ai-state-indicator-container {
22
background-color: var(--str-chat__grey300);
33
}
44

5-
.str-chat__ai-generation-indicator-text {
5+
.str-chat__ai-state-indicator-text {
66
color: var(--str-chat__text-color);
77
}

src/v2/styles/index.layout.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@
4343
@use 'ThreadList/ThreadList-layout';
4444
@use 'ChatView/ChatView-layout';
4545
@use 'UnreadCountBadge/UnreadCountBadge-layout';
46-
@use 'AIGenerationIndicator/AIGenerationIndicator-layout';
46+
@use 'AIStateIndicator/AIStateIndicator-layout';

src/v2/styles/index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@
4444
@use 'ThreadList/ThreadList-theme';
4545
@use 'ChatView/ChatView-theme';
4646
@use 'UnreadCountBadge/UnreadCountBadge-theme';
47-
@use 'AIGenerationIndicator/AIGenerationIndicator-theme';
47+
@use 'AIStateIndicator/AIStateIndicator-theme';

0 commit comments

Comments
 (0)