forked from Ivasoft/mattermost-mobile
[Gekidou MM-47765] Add horizontal padding to empty results (#6745)
This commit is contained in:
@@ -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'),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user