Skip to content

Commit

Permalink
new tx button styles
Browse files Browse the repository at this point in the history
  • Loading branch information
alongoni committed Sep 25, 2023
1 parent 893df93 commit 6bef62a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/layout/Navigation/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ const Navigation = ({ currentPath }: { currentPath: string }) => {
const router = useRouter();
return (
<Stack direction="column" spacing={2}>
<Box display="flex" m={0.5}>
<Box display="flex" m={0.5} p={1}>
<Button
onClick={() => router.replace(ROUTES.NewTx)}
color="primary"
variant="contained"
sx={{ width: "100%" }}
sx={{ width: "100%", height: "3rem" }}
>
New transaction
</Button>
Expand Down

0 comments on commit 6bef62a

Please sign in to comment.