diff --git a/webview-ui/src/components/chat/IconButton.tsx b/webview-ui/src/components/chat/IconButton.tsx index 00210ac5b3..989da0a42e 100644 --- a/webview-ui/src/components/chat/IconButton.tsx +++ b/webview-ui/src/components/chat/IconButton.tsx @@ -39,7 +39,7 @@ export const IconButton: React.FC = ({ className, )} disabled={disabled} - onClick={!disabled ? onClick : undefined} + onClick={onClick} style={{ fontSize: 16.5, ...style }} {...props}>