Skip to content

Commit

Permalink
margin between buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Maslov committed Sep 13, 2023
1 parent 0b0fc3e commit d2f6b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scan/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const Button = styled.button`
border: none;
color: white;
padding: 15px 15px;
margin-bottom: 3px;
margin: 3px 0;
font-size: 16px;
border-radius: 8px;
width: 100px;
Expand Down

0 comments on commit d2f6b89

Please sign in to comment.