Skip to content

Commit

Permalink
fix(fuselage): Message palette colors (#896)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliajforesti authored Nov 17, 2022
1 parent b7804c0 commit 5a22d8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ $message-divider-size-neg: theme(
align-items: center;

margin-bottom: $message-divider-size-neg;
margin-inline: lengths.margin(20);
padding-inline: lengths.margin(20);

color: $message-divider-color;
background-color: $message-background-color;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ $message-generic-preview-content-background-color: theme(
);
$message-generic-preview-content-hover-background-color: theme(
'message-generic-preview-content-hover-background-color',
colors.stroke(extra-light)
colors.surface(hover)
);

.rcx-message-generic-preview {
Expand Down

0 comments on commit 5a22d8b

Please sign in to comment.