Skip to content

Commit

Permalink
fix: Make overview widget buttons on the dashboard the same height
Browse files Browse the repository at this point in the history
  • Loading branch information
usame-algan committed Nov 10, 2023
1 parent e35dffc commit 92bb218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dashboard/Overview/Overview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ const Overview = (): ReactElement => {
variant="contained"
color="primary"
startIcon={<AddIcon />}
sx={{ height: 1 }}
sx={{ minHeight: '40px' }}
fullWidth
>
Buy crypto
Expand Down

0 comments on commit 92bb218

Please sign in to comment.