diff --git a/components/src/atoms/buttons/EmptySelectorButton.tsx b/components/src/atoms/buttons/EmptySelectorButton.tsx index 2726c2045d3..9e39bfc39ab 100644 --- a/components/src/atoms/buttons/EmptySelectorButton.tsx +++ b/components/src/atoms/buttons/EmptySelectorButton.tsx @@ -41,6 +41,7 @@ export function EmptySelectorButton( border: none; width: ${buttonSizing}; height: ${buttonSizing}; + cursor: ${disabled ? 'default' : 'pointer'}; &:focus-visible { outline: 2px solid ${COLORS.white}; box-shadow: 0 0 0 4px ${COLORS.blue50};