From 7a64ce3768afe3fdba6b5602b70094e133888695 Mon Sep 17 00:00:00 2001 From: Chris Worcester Date: Mon, 22 Apr 2024 18:01:08 -0400 Subject: [PATCH] Make buttons pill-shaped --- app/search.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/search.tsx b/app/search.tsx index f4321af..c4314e3 100644 --- a/app/search.tsx +++ b/app/search.tsx @@ -29,7 +29,8 @@ const Button: React.FC = ({ onClick, title, textContent }) => { backgroundColor: "#472f17", padding: "10px 20px", margin: "5px", - fontFamily: "body" + fontFamily: "body", + borderRadius: "9999px" // Make the button pill-shaped }} > {textContent}