ref(profile-settings) Use new input component (#11928)

This commit is contained in:
Robert Pintilii
2022-08-01 10:04:36 +03:00
committed by GitHub
parent 2cea6c7b98
commit 30a0a624a2
3 changed files with 36 additions and 31 deletions

View File

@@ -125,7 +125,8 @@ const styles = theme => {
'& .profile-edit-field': {
flex: 0.5,
marginRight: '20px'
marginRight: '20px',
marginTop: `${theme.spacing(3)}px`
},
'& .settings-sub-pane': {