Skip to content

Commit

Permalink
Remove aria-pressed attr from button. Closes bluesky-social#6325 (blu…
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulACoroneos authored Nov 19, 2024
1 parent 103dfe2 commit 5d7cfa0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,6 @@ export const Button = React.forwardRef<View, ButtonProps>(
// @ts-ignore - this will always be a pressable
ref={ref}
aria-label={label}
aria-pressed={state.pressed}
accessibilityLabel={label}
disabled={disabled || false}
accessibilityState={{
Expand Down

0 comments on commit 5d7cfa0

Please sign in to comment.