mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 00:04:48 -07:00
use CompanyDropdown component in registration form (#4548)
Co-authored-by: Jeremy Letto <jeremy.letto@datasite.com>
This commit is contained in:
parent
1d780058c8
commit
febe029ed4
3 changed files with 12 additions and 3 deletions
|
|
@ -97,6 +97,13 @@ export const materialTheme = createTheme({
|
|||
fontSize: 12,
|
||||
fontWeight: 'bold',
|
||||
color: palette.primary.main,
|
||||
|
||||
},
|
||||
},
|
||||
|
||||
MuiInputLabel: {
|
||||
outlined: {
|
||||
transform: 'translate(1em, 1em) scale(1)',
|
||||
},
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue