diff --git a/src/theme/chat/_message.scss b/src/theme/chat/_message.scss index e96cc78..c9be587 100644 --- a/src/theme/chat/_message.scss +++ b/src/theme/chat/_message.scss @@ -170,4 +170,13 @@ body, background: rgb(255 255 255 / 0.05); border: none; } + + // Attachments + .attachment_b52bef { + background: rgb(255 255 255 / 0.03); + } + // Voice message + .container_d6cb89 { + background: rgb(255 255 255 / 0.03); + } } diff --git a/src/theme/chat/_reactions.scss b/src/theme/chat/_reactions.scss index 221fbce..3ade21a 100644 --- a/src/theme/chat/_reactions.scss +++ b/src/theme/chat/_reactions.scss @@ -1,9 +1,9 @@ #app-mount { - .reaction_f61c73 { + .reaction_ec6b19, .reactionBtn_ec6b19 { background: rgb(255 255 255 / 0.05); border-radius: 6px; border: none; - &.reactionMe_f61c73 { + &.reactionMe_ec6b19 { background: rgb(var(--accent), 0.15); .reactionCount-1zkLcN { color: rgb(var(--accent));