diff --git a/packages/twenty-ui/src/input/button/components/Button.tsx b/packages/twenty-ui/src/input/button/components/Button.tsx index a01a85012..5869b12fa 100644 --- a/packages/twenty-ui/src/input/button/components/Button.tsx +++ b/packages/twenty-ui/src/input/button/components/Button.tsx @@ -60,7 +60,7 @@ const StyledButton = styled('button', { ? theme.background.secondary : theme.background.primary}; border-color: ${!inverted - ? focus + ? !disabled && focus ? theme.color.blue : theme.background.transparent.light : theme.background.transparent.light};