diff --git a/packages/twenty-ui/src/input/button/components/IconButton.tsx b/packages/twenty-ui/src/input/button/components/IconButton.tsx index 759b1b7dd..f10a74860 100644 --- a/packages/twenty-ui/src/input/button/components/IconButton.tsx +++ b/packages/twenty-ui/src/input/button/components/IconButton.tsx @@ -126,7 +126,7 @@ const StyledButton = styled.button< ? `0 0 0 3px ${theme.accent.tertiary}` : 'none'}; color: ${!disabled - ? theme.font.color.tertiary + ? theme.font.color.secondary : theme.font.color.extraLight}; &:hover { background: ${!disabled