Skip to content

Commit

Permalink
fix(fuselage): Token colors usage (#875)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo authored Oct 18, 2022
1 parent f1f19f0 commit b7527f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

$message-background-color: theme(
'message-background-color',
colors.surface(light)
colors.background(light)
);

$message-divider-background-color: theme(
'message-divider-background-color',
colors.neutral(300)
colors.stroke(extra-light)
);
$message-divider-color: theme('message-divider-color', colors.font(default));

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
'message-toolbox-border-radius',
lengths.border-radius(small)
);
background: colors.surface(light);
background: colors.background(light);

&__wrapper {
@include mixins.visible-on-hover();
Expand Down

0 comments on commit b7527f4

Please sign in to comment.