Skip to content

Commit 42e1515

Browse files
committed
chore: renaming stop generation button
1 parent 6c6efbd commit 42e1515

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
width: 100%;
130130
}
131131

132-
.str-chat__stop-generating-button {
132+
.str-chat__stop-ai-generation-button {
133133
width: calc(var(--str-chat__spacing-px) * 30);
134134
height: calc(var(--str-chat__spacing-px) * 28);
135135
cursor: pointer;

src/v2/styles/MessageInput/MessageInput-theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
}
222222
}
223223

224-
.str-chat__stop-generating-button {
224+
.str-chat__stop-ai-generation-button {
225225
background-image: var(--str-chat__circle-stop-icon);
226226
background-color: transparent;
227227
border-width: 0;

0 commit comments

Comments
 (0)