From d667bc4a90be7be3125da4d403e53f7f3f0b86ae Mon Sep 17 00:00:00 2001 From: Jeet Desai <52026385+jeet1desai@users.noreply.github.com> Date: Thu, 1 Feb 2024 21:51:48 +0530 Subject: [PATCH] Changed upload button border to medium (#3744) #3715 changed upload button border to medium --- .../src/modules/ui/input/button/components/Button.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/twenty-front/src/modules/ui/input/button/components/Button.tsx b/packages/twenty-front/src/modules/ui/input/button/components/Button.tsx index 47c80c802..0248812b1 100644 --- a/packages/twenty-front/src/modules/ui/input/button/components/Button.tsx +++ b/packages/twenty-front/src/modules/ui/input/button/components/Button.tsx @@ -125,7 +125,7 @@ const StyledButton = styled.button< border-color: ${variant === 'secondary' ? !disabled && focus ? theme.color.blue - : theme.background.transparent.light + : theme.background.transparent.medium : focus ? theme.color.blue : 'transparent'};