* Remove flex for horizontalRule * Fix snapshot tests
This commit is contained in:
parent
b931733695
commit
24bd57ad3f
2 changed files with 0 additions and 4 deletions
|
|
@ -32,7 +32,6 @@ exports[`TermsOfService should enable/disable navigator buttons on setNavigatorB
|
|||
},
|
||||
"horizontalRule": Object {
|
||||
"backgroundColor": "#3d3c40",
|
||||
"flex": 1,
|
||||
"height": 0.5,
|
||||
"marginVertical": 10,
|
||||
},
|
||||
|
|
@ -167,7 +166,6 @@ exports[`TermsOfService should enable/disable navigator buttons on setNavigatorB
|
|||
},
|
||||
"horizontalRule": Object {
|
||||
"backgroundColor": "#3d3c40",
|
||||
"flex": 1,
|
||||
"height": 0.5,
|
||||
"marginVertical": 10,
|
||||
},
|
||||
|
|
@ -374,7 +372,6 @@ exports[`TermsOfService should match snapshot on enableNavigatorLogout 1`] = `
|
|||
},
|
||||
"horizontalRule": Object {
|
||||
"backgroundColor": "#3d3c40",
|
||||
"flex": 1,
|
||||
"height": 0.5,
|
||||
"marginVertical": 10,
|
||||
},
|
||||
|
|
|
|||
|
|
@ -103,7 +103,6 @@ export const getMarkdownBlockStyles = makeStyleSheetFromTheme((theme) => {
|
|||
horizontalRule: {
|
||||
backgroundColor: theme.centerChannelColor,
|
||||
height: StyleSheet.hairlineWidth,
|
||||
flex: 1,
|
||||
marginVertical: 10,
|
||||
},
|
||||
quoteBlockIcon: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue