From 8b1f34dbfb5b9763dbbc09bfa13f82fec3c771ef Mon Sep 17 00:00:00 2001 From: BOHEUS <56270748+BOHEUS@users.noreply.github.com> Date: Sun, 3 Nov 2024 16:18:32 +0000 Subject: [PATCH] IconButton Secondary color (#8286) Related to #8212 --- packages/twenty-ui/src/input/button/components/IconButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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