File tree Expand file tree Collapse file tree 2 files changed +27
-0
lines changed
Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 260260 }
261261 }
262262
263+ .str-chat__message-status-sent {
264+ --str-chat-icon-height : calc (var (--str-chat__spacing-px ) * 12 );
265+
266+ svg {
267+ width : var (--str-chat-icon-height );
268+ height : var (--str-chat-icon-height );
269+ }
270+ }
271+
272+ .str-chat__message-status-delivered {
273+ --str-chat-icon-height : calc (var (--str-chat__spacing-px ) * 15 );
274+
275+ svg {
276+ width : var (--str-chat-icon-height );
277+ height : var (--str-chat-icon-height );
278+ }
279+ }
280+
263281 .str-chat__message-replies-count-button-wrapper ,
264282 .str-chat__message-is-thread-reply-button-wrapper {
265283 grid-area : replies;
Original file line number Diff line number Diff line change 344344 }
345345 }
346346
347+ .str-chat__message-status-sent ,
348+ .str-chat__message-status-delivered {
349+ svg {
350+ path {
351+ fill : var (--str-chat__text-low-emphasis-color );
352+ }
353+ }
354+ }
355+
347356 .str-chat__message-replies-count-button-wrapper ,
348357 .str-chat__message-is-thread-reply-button-wrapper {
349358 button {
You can’t perform that action at this time.
0 commit comments