Skip to content

Commit

Permalink
update style of button
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsEricSun committed Sep 24, 2024
1 parent 97fc52f commit 1649db6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ export default function MaintenanceChecklistPopup({
</Select>
</FormControl>
</DialogContent>
<DialogActions>
<Button type="submit">Next</Button>
<DialogActions sx={{ padding: '24px', paddingBottom: '16px', paddingTop: '0px' }}>
<Button type="submit" variant="contained" sx={{ backgroundColor: '#D9D9D9', color: 'black', fontFamily: 'Montserrat', fontSize: '20px', fontWeight: '400', px: 4}}>Next</Button>
</DialogActions>
</Dialog>
);
Expand Down

0 comments on commit 1649db6

Please sign in to comment.