Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebyt committed Sep 28, 2024
1 parent e4adb43 commit b397c5a
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -625,12 +625,12 @@ export default class WalletSendFormRevamp extends Component<Props, State> {
: intl.formatMessage(messages.receiverFieldLabelDefault)
}
sx={{
"& .MuiFormHelperText-root": {
'& .MuiFormHelperText-root': {
marginInline: 0,
mt: 0.5,
fontSize: "0.750rem",
lineHeight: "1rem",
letterSpacing: "0.2px"
fontSize: '0.750rem',
lineHeight: '1rem',
letterSpacing: '0.2px',
},
}}
/>
Expand Down Expand Up @@ -669,12 +669,12 @@ export default class WalletSendFormRevamp extends Component<Props, State> {
}
id="wallet:send:enterAddressStep-enterMemo-input"
sx={{
"& .MuiFormHelperText-root": {
'& .MuiFormHelperText-root': {
marginInline: 0,
mt: 0.5,
fontSize: "0.750rem",
lineHeight: "1rem",
letterSpacing: "0.2px"
fontSize: '0.750rem',
lineHeight: '1rem',
letterSpacing: '0.2px',
},
}}
/>
Expand Down

0 comments on commit b397c5a

Please sign in to comment.