Skip to content

Commit

Permalink
rm unuserd style
Browse files Browse the repository at this point in the history
  • Loading branch information
alongoni committed Sep 25, 2023
1 parent 6bef62a commit e811bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layout/Navigation/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const Navigation = ({ currentPath }: { currentPath: string }) => {
onClick={() => router.replace(ROUTES.NewTx)}
color="primary"
variant="contained"
sx={{ width: "100%", height: "3rem" }}
sx={{ width: "100%" }}
>
New transaction
</Button>
Expand Down

0 comments on commit e811bd9

Please sign in to comment.