Skip to content

Commit

Permalink
fix(fuselage): change Callout text color (#1206)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliajforesti authored Oct 24, 2023
1 parent 9e04993 commit ec378a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/clever-brooms-hear.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rocket.chat/fuselage": patch
---

fix(fuselage): change `Callout` text color
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $callout-danger-color: theme(
'callout-danger-color',
colors.status-font(on-danger)
);
$callout-text-color: theme('callout-text-color', colors.font(pure-black));
$callout-text-color: theme('callout-text-color', colors.font(default));

.rcx-callout {
display: flex;
Expand Down

0 comments on commit ec378a6

Please sign in to comment.