Skip to content

Commit

Permalink
Merge pull request #144 from Eir-nya/update-message-accessory-classes
Browse files Browse the repository at this point in the history
Update some message accessories (reaction btn, file attachment, voice message)
  • Loading branch information
Gibbu authored Oct 7, 2024
2 parents 4dc8870 + eff778d commit 710d3b6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions src/theme/chat/_message.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}
4 changes: 2 additions & 2 deletions src/theme/chat/_reactions.scss
Original file line number Diff line number Diff line change
@@ -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));
Expand Down

0 comments on commit 710d3b6

Please sign in to comment.