From 3244b24c9939cc4d4b921839267b696416572374 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Mon, 9 Jan 2023 00:52:44 +0100 Subject: [PATCH] use correct stroke width --- components/button.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/button.tsx b/components/button.tsx index e203940..0cdab07 100644 --- a/components/button.tsx +++ b/components/button.tsx @@ -2,7 +2,7 @@ const Button = ({ children, loading = false, ...rest }) => { return (