[Gekidou MM-47765] Add horizontal padding to empty results (#6745)

This commit is contained in:
Jason Frerich
2022-11-08 12:54:57 -06:00
committed by GitHub
parent 579eb2d4cd
commit 23194034da

View File

@@ -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'),
},