[Gekidou MM-47765] Add horizontal padding to empty results (#6745)
This commit is contained in:
parent
579eb2d4cd
commit
23194034da
1 changed files with 2 additions and 0 deletions
|
|
@ -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'),
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue