diff --git a/packages/twenty-ui/src/input/button/components/LightIconButton.tsx b/packages/twenty-ui/src/input/button/components/LightIconButton.tsx index 0f5c53c80d58..5ab945975105 100644 --- a/packages/twenty-ui/src/input/button/components/LightIconButton.tsx +++ b/packages/twenty-ui/src/input/button/components/LightIconButton.tsx @@ -85,7 +85,7 @@ export const LightIconButton = ({ Icon, active = false, size = 'small', - accent = 'secondary', + accent = 'tertiary', disabled = false, focus = false, onClick,