Skip to content

Commit

Permalink
alligned the helper text of the receiver field
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebyt committed Sep 28, 2024
1 parent 4882fe8 commit e4adb43
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,15 @@ export default class WalletSendFormRevamp extends Component<Props, State> {
? intl.formatMessage(messages.receiverFieldLabelResolverSupported)
: intl.formatMessage(messages.receiverFieldLabelDefault)
}
sx={{
"& .MuiFormHelperText-root": {
marginInline: 0,
mt: 0.5,
fontSize: "0.750rem",
lineHeight: "1rem",
letterSpacing: "0.2px"
},
}}
/>
{domainResolverResult != null ? (
<Typography
Expand Down

0 comments on commit e4adb43

Please sign in to comment.