diff --git a/src/view/screens/Home.tsx b/src/view/screens/Home.tsx index 078fb980..fe31b4ee 100644 --- a/src/view/screens/Home.tsx +++ b/src/view/screens/Home.tsx @@ -101,7 +101,10 @@ export const Home = observer(function Home({ /> {defaultFeedView.hasNewLatest ? ( @@ -117,7 +120,7 @@ const styles = StyleSheet.create({ flexDirection: 'row', position: 'absolute', left: 10, - bottom: 15, + bottom: 60, backgroundColor: colors.pink3, paddingHorizontal: 12, paddingVertical: 10, @@ -126,6 +129,9 @@ const styles = StyleSheet.create({ shadowOpacity: 0.3, shadowOffset: {width: 0, height: 1}, }, + loadLatestLow: { + bottom: 15, + }, loadLatestText: { color: colors.white, fontWeight: 'bold',