MM-17484 - Updating loading rows (#3076)
* MM-17484 - Updating loading rows * Updating test * Updating mobile loader css * Updating test * Updating changes * Updating tests
This commit is contained in:
parent
06e333dc52
commit
3c950c514c
3 changed files with 3 additions and 1 deletions
|
|
@ -7,6 +7,7 @@ exports[`ChannelLoader should match snapshot 1`] = `
|
|||
Array [
|
||||
Object {
|
||||
"flex": 1,
|
||||
"overflow": "hidden",
|
||||
},
|
||||
undefined,
|
||||
null,
|
||||
|
|
|
|||
|
|
@ -188,6 +188,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => {
|
|||
return {
|
||||
container: {
|
||||
flex: 1,
|
||||
overflow: 'hidden',
|
||||
},
|
||||
section: {
|
||||
backgroundColor: theme.centerChannelBg,
|
||||
|
|
|
|||
|
|
@ -326,6 +326,6 @@ export const style = StyleSheet.create({
|
|||
flex: 1,
|
||||
},
|
||||
iOSHomeIndicator: {
|
||||
paddingBottom: 5,
|
||||
paddingBottom: 50,
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue