From c51abc3b741c89c455b6310d2341150f214591f8 Mon Sep 17 00:00:00 2001 From: Halit Aksoy Date: Sat, 23 Jul 2022 00:25:10 +0300 Subject: [PATCH] fix button border radius issue --- src/components/Button.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Button.tsx b/src/components/Button.tsx index 317c713..6c09a2c 100644 --- a/src/components/Button.tsx +++ b/src/components/Button.tsx @@ -27,7 +27,7 @@ const Button: FunctionComponent<{ margin: 5px; padding: 10px; border: none; - border-radius: 4vw; + border-radius: 30px; } `} {text}