Skip to content

Commit 32a303c

Browse files
committed
feat(userMenu): ✨ tweak font sizing
1 parent b964997 commit 32a303c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

resources/skins.citizen.styles/components/UserInfo.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
padding-block: var( --space-xxs );
1515
font-weight: var( --font-weight-semi-bold );
1616
color: var( --color-emphasized );
17-
.mixin-citizen-font-styles( 'body' );
17+
.mixin-citizen-font-styles( 'heading-4' );
1818
}
1919

2020
#pt-userpage-2 {
@@ -69,6 +69,7 @@
6969
font-weight: var( --font-weight-medium );
7070
color: var( --color-emphasized );
7171
white-space: nowrap;
72+
.mixin-citizen-font-styles( 'body' );
7273
}
7374

7475
&-label {

0 commit comments

Comments
 (0)