Skip to content

Commit b5f270d

Browse files
fix(fuselage): change $message-divider-color-unread (#1042)
Co-authored-by: Douglas Fabris <devfabris@gmail.com>
1 parent a10a078 commit b5f270d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/fuselage/src/components/Message/MessageDivider/MessageDivider.styles.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ $message-divider-color: theme('message-divider-color', colors.font(default));
1515

1616
$message-divider-color-unread: theme(
1717
'message-divider-color-unread',
18-
colors.stroke(error)
18+
colors.font(danger)
1919
);
2020
$message-divider-background-color-unread: theme(
2121
'message-divider-background-color-unread',
22-
colors.stroke(extra-light-error)
22+
colors.stroke(error)
2323
);
2424

2525
$message-divider-size: theme(

0 commit comments

Comments
 (0)