Skip to content

Commit c156d7b

Browse files
authored
[channel-typing-indicators] fix indicator invisible
1 parent adf825b commit c156d7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/channel-typing-indicators/styles.jsx.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
width: 6px;
66
float: left;
77
margin: 0 1px;
8-
background-color: var(--text-normal);
8+
background-color: var(--text-default);
99
display: block;
1010
border-radius: 50%;
1111
opacity: 0.3;

0 commit comments

Comments
 (0)