diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-05-25 17:09:23 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-05-25 17:09:23 -0500 |
commit | bf056cf6228155abac25e91b88a8bed43bae2b70 (patch) | |
tree | 7a1f91c24abf20db38c944216c6b78dde74fb423 /src/view/com/pager/FeedsTabBarMobile.tsx | |
parent | cc6ead42d04f6ac1c46b6952db3f4d5a1830945b (diff) | |
download | voidsky-bf056cf6228155abac25e91b88a8bed43bae2b70.tar.zst |
Visually unify the home header with other screens
Diffstat (limited to 'src/view/com/pager/FeedsTabBarMobile.tsx')
-rw-r--r-- | src/view/com/pager/FeedsTabBarMobile.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/view/com/pager/FeedsTabBarMobile.tsx b/src/view/com/pager/FeedsTabBarMobile.tsx index 333feb313..574265eb7 100644 --- a/src/view/com/pager/FeedsTabBarMobile.tsx +++ b/src/view/com/pager/FeedsTabBarMobile.tsx @@ -59,7 +59,7 @@ export const FeedsTabBar = observer( /> </TouchableOpacity> </View> - <Text type="title" style={[pal.link, s.bold]}> + <Text type="title-lg" style={[s.brandBlue, s.bold]}> Bluesky </Text> <View style={[pal.view]}> @@ -104,6 +104,7 @@ const styles = StyleSheet.create({ justifyContent: 'space-between', alignItems: 'center', paddingHorizontal: 18, + paddingTop: 8, paddingBottom: 2, width: '100%', }, |