Skip to content

Commit 42d3776

Browse files
committed
Fix button background
1 parent 906bbee commit 42d3776

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stolen-bike-index/src/components/Button.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export default styled.button`
55
width: 100px;
66
border: 1px solid #000;
77
box-shadow: 2px 2px;
8+
background: #fff;
89
910
&:active {
1011
box-shadow: 0 0;

0 commit comments

Comments
 (0)