diff --git a/components/src/atoms/buttons/SecondaryButton.tsx b/components/src/atoms/buttons/SecondaryButton.tsx index 4746e1f6932..a7620495d5c 100644 --- a/components/src/atoms/buttons/SecondaryButton.tsx +++ b/components/src/atoms/buttons/SecondaryButton.tsx @@ -55,6 +55,7 @@ export const SecondaryButton = styled.button.withConfig({ box-shadow: none; border-color: ${COLORS.grey30}; color: ${COLORS.grey40}; + cursor: default; } ${styleProps}