Skip to content

Commit

Permalink
Add outline to buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Dagonite committed Mar 19, 2024
1 parent c31f8d1 commit d2b6917
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Instrument.styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ export const styles: Record<string, CSSProperties> = {
marginRight: 20,
},
button: {
marginBottom: 8,
fontWeight: 'bold',
marginBottom: 14,
outline: '1px solid white',
},
secondButton: {
fontWeight: 'bold',
outline: '1px solid white',
},
infoBox: {
flex: '1.8',
Expand Down

0 comments on commit d2b6917

Please sign in to comment.