MM-19180 - Updating spacing for mentiosn component (#3394)

This commit is contained in:
Mattermost Build 2019-10-09 17:33:33 +02:00 committed by Harrison Healey
parent 5ec12c8784
commit 95f321c518
2 changed files with 2 additions and 0 deletions

View file

@ -209,6 +209,7 @@ NotificationSettingsMentionsKeywords {
"color": "#3d3c40",
"fontSize": 15,
"height": 150,
"paddingHorizontal": 15,
"paddingVertical": 10,
},
null,

View file

@ -127,6 +127,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => {
fontSize: 15,
height: 150,
paddingVertical: 10,
paddingHorizontal: 15,
},
helpContainer: {
marginTop: 10,