* Set minHeight * Replace minHeight with paddingVertical Co-authored-by: Miguel Alatzar <this.migbot@gmail.com>
This commit is contained in:
parent
a17bc4683c
commit
0dbd8649cb
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue