my fork of the bluesky client

Remove aria-pressed attr from button. Closes #6325 (#6402)

authored by

Paul Coroneos and committed by
GitHub
5d7cfa02 103dfe21

-1
-1
src/components/Button.tsx
··· 458 458 // @ts-ignore - this will always be a pressable 459 459 ref={ref} 460 460 aria-label={label} 461 - aria-pressed={state.pressed} 462 461 accessibilityLabel={label} 463 462 disabled={disabled || false} 464 463 accessibilityState={{