Skip to content

Commit

Permalink
style: give home page buttons a white background
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrobertbrooks committed Dec 11, 2024
1 parent 95ce4da commit 0165655
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,5 +146,6 @@ const ArtCopy = styled(Paragraph).attrs({ className: 'mb-4' })`
`;

const Button = styled(OutlineButton)`
background: ${colors.white};
min-width: 164px;
`;

0 comments on commit 0165655

Please sign in to comment.