Skip to content

Commit 82c2a71

Browse files
fix: move ThreadListItem related styles to appropriate class
1 parent fd931b3 commit 82c2a71

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,15 @@
3232
}
3333

3434
.str-chat__thread-list {
35-
--str-chat-icon-color: var(--str-chat-thread-list-item-text-color);
36-
35+
3736
border-right: 1px solid var(--str-chat-thread-list-border-color);
38-
color: var(--str-chat-thread-list-item-text-color);
39-
37+
4038
.str-chat__thread-list-item {
39+
--str-chat-icon-color: var(--str-chat-thread-list-item-text-color);
40+
4141
border: none;
4242
background-color: var(--str-chat-thread-list-item-background-color-default);
43+
color: var(--str-chat-thread-list-item-text-color);
4344

4445
&[aria-selected='true'] {
4546
background-color: var(--str-chat-thread-list-item-background-color-selected);

0 commit comments

Comments
 (0)