Skip to content

Commit 6df4c36

Browse files
committed
fix(fuselage): Message tag and message box styles
1 parent 6fe9fa8 commit 6df4c36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ $message-background-color-highlight: functions.theme(
5353
flex-direction: row;
5454
align-items: flex-start;
5555

56-
padding-block: lengths.padding(8);
56+
padding-block: lengths.padding(12);
5757

5858
padding-inline: lengths.padding(20);
5959

packages/fuselage/src/components/Tag/styles.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ $tag-colors-warning-background-color: theme(
5858

5959
$tag-colors-disabled-color: theme(
6060
'tag-colors-disabled-color',
61-
colors.foreground(hint)
61+
colors.foreground(info)
6262
);
6363
$tag-colors-disabled-background-color: theme(
6464
'tag-colors-disabled-background-color',

0 commit comments

Comments
 (0)