use CompanyDropdown component in registration form (#4548)

Co-authored-by: Jeremy Letto <jeremy.letto@datasite.com>
This commit is contained in:
Jeremy Letto 2022-01-30 19:47:10 -06:00 committed by GitHub
parent 1d780058c8
commit febe029ed4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 3 deletions

View file

@ -97,6 +97,13 @@ export const materialTheme = createTheme({
fontSize: 12,
fontWeight: 'bold',
color: palette.primary.main,
},
},
MuiInputLabel: {
outlined: {
transform: 'translate(1em, 1em) scale(1)',
},
},