Skip to content

Commit

Permalink
empty tx list bottom margin change
Browse files Browse the repository at this point in the history
  • Loading branch information
razoorka committed Dec 15, 2021
1 parent 81cf096 commit f8c83c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const EmptyListTitle = styled.div`
text-align: center;
color: #fff;
opacity: 0.5;
margin-top: 20px;
margin: 20px 0;
`;

const EmptyTransaction = () => (
Expand Down

0 comments on commit f8c83c0

Please sign in to comment.