Skip to content

Commit

Permalink
feat(fuselage): Update selected system message background (#1494)
Browse files Browse the repository at this point in the history
  • Loading branch information
dougfabris authored Dec 5, 2024
1 parent a38bf08 commit 242af51
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/eighty-parrots-join.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/fuselage': minor
---

feat(fuselage): Update selected system message background
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

$message-system-background-color-selected: functions.theme(
'message-system-background-color-selected',
colors.status-background(success)
colors.surface(selected)
);

.rcx-message-system {
Expand All @@ -25,7 +25,6 @@ $message-system-background-color-selected: functions.theme(
color: colors.font(default);

&--selected {
color: colors.font(pure-black);
background: $message-system-background-color-selected !important;
}

Expand Down

0 comments on commit 242af51

Please sign in to comment.