about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPaul Coroneos <paul.coroneos@icloud.com>2024-11-19 13:07:13 -0600
committerGitHub <noreply@github.com>2024-11-19 19:07:13 +0000
commit5d7cfa0206bd7ed47a2c1d15d99a76bef1eefede (patch)
tree93c3656f2fb49b32d498902171efd81594b23b37
parent103dfe214538d13f07d360b2568207ce81bf8366 (diff)
downloadvoidsky-5d7cfa0206bd7ed47a2c1d15d99a76bef1eefede.tar.zst
Remove aria-pressed attr from button. Closes #6325 (#6402)
-rw-r--r--src/components/Button.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/Button.tsx b/src/components/Button.tsx
index aaac73bd3..3329dca05 100644
--- a/src/components/Button.tsx
+++ b/src/components/Button.tsx
@@ -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={{