mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-29 05:00:43 +10:00
Fix contact link font styles
This commit is contained in:
parent
dd9c278ff1
commit
200adf4269
2 changed files with 6 additions and 1 deletions
|
|
@ -114,3 +114,8 @@
|
|||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.contact {
|
||||
@apply --marketplaceH4FontStyles;
|
||||
margin: 0;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -86,7 +86,7 @@ const UserCard = props => {
|
|||
const separator = isCurrentUser ? null : <span className={css.linkSeparator}>•</span>;
|
||||
|
||||
const contact = (
|
||||
<InlineTextButton onClick={handleContactUserClick}>
|
||||
<InlineTextButton className={css.contact} onClick={handleContactUserClick}>
|
||||
<FormattedMessage id="UserCard.contactUser" />
|
||||
</InlineTextButton>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue