We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b964997 commit 32a303cCopy full SHA for 32a303c
resources/skins.citizen.styles/components/UserInfo.less
@@ -14,7 +14,7 @@
14
padding-block: var( --space-xxs );
15
font-weight: var( --font-weight-semi-bold );
16
color: var( --color-emphasized );
17
- .mixin-citizen-font-styles( 'body' );
+ .mixin-citizen-font-styles( 'heading-4' );
18
}
19
20
#pt-userpage-2 {
@@ -69,6 +69,7 @@
69
font-weight: var( --font-weight-medium );
70
71
white-space: nowrap;
72
+ .mixin-citizen-font-styles( 'body' );
73
74
75
&-label {
0 commit comments