[MM-17431] Remove flex for horizontalRule (#3079)

* Remove flex for horizontalRule

* Fix snapshot tests
This commit is contained in:
Miguel Alatzar 2019-08-08 07:05:16 -07:00 committed by GitHub
parent c7b5aff765
commit 71e56120eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

View file

@ -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,
},
@ -366,7 +364,6 @@ exports[`TermsOfService should match snapshot on enableNavigatorLogout 1`] = `
},
"horizontalRule": Object {
"backgroundColor": "#3d3c40",
"flex": 1,
"height": 0.5,
"marginVertical": 10,
},

View file

@ -103,7 +103,6 @@ export const getMarkdownBlockStyles = makeStyleSheetFromTheme((theme) => {
horizontalRule: {
backgroundColor: theme.centerChannelColor,
height: StyleSheet.hairlineWidth,
flex: 1,
marginVertical: 10,
},
quoteBlockIcon: {