Skip to content

Commit

Permalink
Make buttons pill-shaped
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisWhisker committed Apr 22, 2024
1 parent 3402729 commit 7a64ce3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ const Button: React.FC<ButtonProps> = ({ onClick, title, textContent }) => {
backgroundColor: "#472f17",
padding: "10px 20px",
margin: "5px",
fontFamily: "body"
fontFamily: "body",
borderRadius: "9999px" // Make the button pill-shaped
}}
>
{textContent}
Expand Down

0 comments on commit 7a64ce3

Please sign in to comment.