Skip to content

Commit

Permalink
grid item around address typography #110
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoGuarnaccia5 committed Nov 7, 2023
1 parent 18a1ed3 commit 92ae589
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/manufacturer/manufacturerDialog.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,9 @@ function AddManufacturerDialog(props: AddManufacturerDialogProps) {
fullWidth
/>
</Grid>
<Typography>Address</Typography>
<Grid item>
<Typography>Address</Typography>
</Grid>
<Grid item>
<TextField
label="Building number"
Expand Down

0 comments on commit 92ae589

Please sign in to comment.