Skip to content

Commit

Permalink
chore: small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MGukic committed Dec 18, 2024
1 parent 948a7c0 commit 399fa09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ export const DrawerNav = () => {
: ICONS.documentSearch;

return (
<Grid container direction="column" gap={1} p={2} marginTop="auto">
<Grid container direction="column" p={0} pt={1.5} px={2} marginTop="auto">
<Link href={linkPath}>
<Button fullWidth variant="outlined">
<img src={buttonEndIcon} style={{ marginRight: 8 }} />
Expand Down

0 comments on commit 399fa09

Please sign in to comment.