adjust styling for feeds tab bar on mobile
This commit is contained in:
parent
524f8b6abd
commit
db63442360
3 changed files with 11 additions and 5 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue