Skip to content

Commit

Permalink
removed border from buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Gorshtak committed Mar 21, 2023
1 parent 4f7e019 commit 23a45f9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ const Button = styled.button`
text-align: center;
letter-spacing: 0.025em;
cursor: pointer;
border: none;
`;

export default UserVault;

0 comments on commit 23a45f9

Please sign in to comment.