From 8e20769f36d836539b7915e42ff6ebcc19b2ca19 Mon Sep 17 00:00:00 2001 From: Sebastian-Webster <84299475+Sebastian-Webster@users.noreply.github.com> Date: Fri, 12 Jan 2024 19:26:37 +0400 Subject: [PATCH] Made thread view page color design consistent --- screens/ThreadViewPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/screens/ThreadViewPage.js b/screens/ThreadViewPage.js index eb7e6e5..24164d3 100644 --- a/screens/ThreadViewPage.js +++ b/screens/ThreadViewPage.js @@ -721,7 +721,7 @@ const ThreadViewPage = ({navigation, route}) => { return( <> - 0 ? (postReducer.posts[0].creatorDisplayName || postReducer.posts[0].creatorName) : 'Finding') + "'s thread"}/> + 0 ? (postReducer.posts[0].creatorDisplayName || postReducer.posts[0].creatorName) : 'Finding') + "'s thread"}/>