From 910d8c68d19729c3e9acda93e1cd8def73092b1b Mon Sep 17 00:00:00 2001 From: Tristan Yang Date: Wed, 1 Mar 2023 09:52:14 +0800 Subject: [PATCH] refactor: disabled button hover --- src/common/component/styled/Button.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/component/styled/Button.tsx b/src/common/component/styled/Button.tsx index 891296f8..9e887e54 100644 --- a/src/common/component/styled/Button.tsx +++ b/src/common/component/styled/Button.tsx @@ -10,7 +10,7 @@ const StyledButton = ({ children, className = '', ...rest }: Props) => { const isSmall = className.includes('small'); const isMini = className.includes('mini'); const isFull = className.includes('flex'); - return