Skip to content

Commit a5c3a7b

Browse files
chore: mark React specific styles with comments
Co-authored-by: Zita Szupera <szuperaz@gmail.com>
1 parent 7eed176 commit a5c3a7b

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* Only available in React SDK. */
12
.str-chat {
23
--str-chat-selector-background-color: var(--str-chat__secondary-background-color);
34
--str-chat-selector-border-color: var(--str-chat__surface-color);

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* Only available in React SDK. */
12
.str-chat {
23
--str-chat-thread-list-border-color: var(--str-chat__surface-color);
34
--str-chat-thread-list-container-background-color: var(--str-chat__secondary-background-color);

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* Only available in React SDK. */
12
.str-chat {
23
--str-chat-unread-count-badge-color: var(--str-chat__on-unread-badge-color);
34
--str-chat-unread-count-badge-background-color: var(--str-chat__danger-color);

0 commit comments

Comments
 (0)