[MM-22632] Set vertical padding for SlashSuggestionItemi (#4125)

* Set minHeight

* Replace minHeight with paddingVertical
This commit is contained in:
Miguel Alatzar 2020-04-08 08:08:59 -07:00 committed by GitHub
parent f3f072eb91
commit 8bb43ca4c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,7 +51,7 @@ export default class SlashSuggestionItem extends PureComponent {
const getStyleFromTheme = makeStyleSheetFromTheme((theme) => {
return {
row: {
height: 55,
paddingVertical: 8,
justifyContent: 'center',
paddingHorizontal: 8,
backgroundColor: theme.centerChannelBg,