Skip to content

Commit 6af2dba

Browse files
feat(fuselage): Replace typography of Message's user name and Banner's title (#577)
Co-authored-by: Guilherme Gazzo <guilhermegazzo@gmail.com>
1 parent 4322376 commit 6af2dba

File tree

88 files changed

+2
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
&__title {
101101
margin: 0;
102102
padding: 0;
103-
@include typography.use-font-scale(p4);
103+
@include typography.use-font-scale(h5);
104104

105105
&--inline {
106106
display: inline;

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ $message-background-color-focus: functions.theme(
7979

8080
&__name {
8181
@extend %rcx-margins-header;
82-
@include typography.use-font-scale(p4);
82+
@include typography.use-font-scale(h5);
8383
@include typography.use-with-truncated-text();
8484
flex-shrink: 1;
8585

0 commit comments

Comments
 (0)