Skip to content

Commit

Permalink
fix(fuselage): add MessageSystem missing colors (#1370)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliajforesti committed Apr 30, 2024
1 parent bcb636a commit c94bd1c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/green-balloons-move.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rocket.chat/fuselage": patch
---

fix(fuselage): add `MessageSystem` missing colors
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ $message-system-background-color-selected: functions.theme(
padding-block: lengths.padding(8);
padding-inline: lengths.padding(20);

color: colors.font(default);

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

Expand All @@ -41,16 +44,12 @@ $message-system-background-color-selected: functions.theme(
@include typography.use-font-scale(p2);
@include typography.use-with-truncated-text();
margin-inline: lengths.margin(2);

color: colors.font(default);
}

&__name {
@include typography.use-font-scale(p2b);
@include typography.use-with-truncated-text();
flex-shrink: 0;

color: colors.font(default);
}

&__time {
Expand All @@ -59,8 +58,6 @@ $message-system-background-color-selected: functions.theme(
flex-shrink: 0;

margin-inline: lengths.margin(2);

color: colors.font(default);
}

&__block {
Expand Down

0 comments on commit c94bd1c

Please sign in to comment.