From 89cddd317c252753f5f370176761b6d05e0e24d2 Mon Sep 17 00:00:00 2001 From: Artemy Date: Wed, 10 Aug 2022 19:57:11 +0300 Subject: [PATCH] fix: buttons animation --- src/components/button.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/button.jsx b/src/components/button.jsx index 65a7b6d..7f7f0e5 100644 --- a/src/components/button.jsx +++ b/src/components/button.jsx @@ -1,7 +1,7 @@ function Button(props) { return ( -
+
{props.children}