diff --git a/app/components/no_results_with_term/index.tsx b/app/components/no_results_with_term/index.tsx index b5ee725e6f..82f15986c2 100644 --- a/app/components/no_results_with_term/index.tsx +++ b/app/components/no_results_with_term/index.tsx @@ -23,11 +23,13 @@ const getStyleFromTheme = makeStyleSheetFromTheme((theme: Theme) => { return { container: { flexGrow: 1, + paddingHorizontal: 32, height: '100%', alignItems: 'center' as const, justifyContent: 'center' as const, }, result: { + textAlign: 'center', color: theme.centerChannelColor, ...typography('Heading', 400, 'SemiBold'), },