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 6fa8c4565..71290ecc7 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 @@ -160,7 +160,7 @@ const StyledButton = styled.button< border-color: ${variant === 'secondary' ? focus ? theme.color.blue - : theme.color.blue20 + : theme.accent.primary : focus ? theme.color.blue : 'transparent'};