Skip to content

Commit eae3726

Browse files
committed
fix: give str-chat__message-status-sent rules higher specificity
1 parent 311e5f1 commit eae3726

1 file changed

Lines changed: 3 additions & 12 deletions

File tree

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

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -249,28 +249,19 @@
249249
}
250250

251251
.str-chat__message-status {
252-
--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 15);
252+
--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 16);
253253
@include utils.flex-row-center;
254254
column-gap: var(--str-chat__spacing-0_5);
255255
position: relative;
256256

257-
svg {
258-
width: calc(var(--str-chat__spacing-px) * 15);
259-
height: calc(var(--str-chat__spacing-px) * 15);
260-
}
261-
}
262-
263-
.str-chat__message-status-sent {
264-
--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 12);
265-
266257
svg {
267258
width: var(--str-chat-icon-height);
268259
height: var(--str-chat-icon-height);
269260
}
270261
}
271262

272-
.str-chat__message-status-delivered {
273-
--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 15);
263+
.str-chat__message-status.str-chat__message-status-sent {
264+
--str-chat-icon-height: calc(var(--str-chat__spacing-px) * 12);
274265

275266
svg {
276267
width: var(--str-chat-icon-height);

0 commit comments

Comments
 (0)