Skip to content

Commit

Permalink
fix(components): fix SecondaryButton disabled cursor (#16111)
Browse files Browse the repository at this point in the history
add pointer cursor style to disabled pseudo class for SecondaryButton

Closes RQA-3069
  • Loading branch information
ncdiehl11 authored Aug 27, 2024
1 parent b005304 commit a054baf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/src/atoms/buttons/SecondaryButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export const SecondaryButton = styled.button.withConfig<SecondaryButtonProps>({
box-shadow: none;
border-color: ${COLORS.grey30};
color: ${COLORS.grey40};
cursor: default;
}
${styleProps}
Expand Down

0 comments on commit a054baf

Please sign in to comment.