Skip to content

Commit

Permalink
fix: MET-615 ui mobile in modal tx and signup (#1565)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sotatek-TrungHoang authored Aug 5, 2023
1 parent 013cd17 commit ccc9fc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ContractDiagrams/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export const TabLabel = styled(Typography)`
position: absolute;
left: 20px;
top: -25px;
z-index: 10;
`;

export const CardDiagram = styled(Box)`
Expand Down
1 change: 1 addition & 0 deletions src/pages/SignUp/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,7 @@ export default function SignUp() {
color={({ palette }) => palette.secondary.main}
fontWeight={400}
display={"flex"}
flexWrap={"wrap"}
alignItems={"baseline"}
gap={"5px"}
>
Expand Down

0 comments on commit ccc9fc8

Please sign in to comment.