From 770307c591601f3e84d12ea5f31a3722f0354629 Mon Sep 17 00:00:00 2001 From: nyomansunima Date: Mon, 24 Apr 2023 16:08:28 +0800 Subject: [PATCH 1/5] =?UTF-8?q?=F0=9F=98=8E=20fix:=20magnetic,=20add=20pro?= =?UTF-8?q?ps=20to=20disable=20the=20magnetic=20effect?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/frontend/components/buttons/outline-button.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/frontend/components/buttons/outline-button.tsx b/apps/frontend/components/buttons/outline-button.tsx index ca8c967..e8685f0 100644 --- a/apps/frontend/components/buttons/outline-button.tsx +++ b/apps/frontend/components/buttons/outline-button.tsx @@ -12,6 +12,7 @@ interface OutlineButtonProps { type?: string onClick?: () => void form?: string + magnetic?: any } /** @@ -30,6 +31,7 @@ const OutlineButton: FunctionComponent = ({ onClick, form, isProcess, + magnetic, }): JSX.Element => { const buttonRef = useRef(null) const backdropRef = useRef(null) @@ -122,7 +124,7 @@ const OutlineButton: FunctionComponent = ({ return (