diff options
author | Ansh Nanda <anshnanda10@gmail.com> | 2023-05-25 12:54:31 -0700 |
---|---|---|
committer | Ansh Nanda <anshnanda10@gmail.com> | 2023-05-25 12:54:31 -0700 |
commit | db63442360dfea8da18bec1390fa44f6abdb4310 (patch) | |
tree | 366c29199785a272fdabce77a7ffbdb2bc784863 /src/view/com/pager/FeedsTabBarMobile.tsx | |
parent | 524f8b6abd1787e3fefc640e752e2ed1ecac5898 (diff) | |
download | voidsky-db63442360dfea8da18bec1390fa44f6abdb4310.tar.zst |
adjust styling for feeds tab bar on mobile
Diffstat (limited to 'src/view/com/pager/FeedsTabBarMobile.tsx')
-rw-r--r-- | src/view/com/pager/FeedsTabBarMobile.tsx | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/view/com/pager/FeedsTabBarMobile.tsx b/src/view/com/pager/FeedsTabBarMobile.tsx index b99efcfed..2c26561ad 100644 --- a/src/view/com/pager/FeedsTabBarMobile.tsx +++ b/src/view/com/pager/FeedsTabBarMobile.tsx @@ -54,7 +54,11 @@ export const FeedsTabBar = observer( </TouchableOpacity> </View> <View style={[pal.view]}> - <Link href="/settings/saved-feeds"> + <Link + href="/settings/saved-feeds" + accessibilityRole="button" + accessibilityLabel="Edit Saved Feeds" + accessibilityHint="Opens screen to edit Saved Feeds"> <FontAwesomeIcon icon="satellite-dish" size={24} |