Adjust margin and tap area of reply icon (#1422)
This commit is contained in:
parent
9a0a43ae35
commit
39181bd7b9
1 changed files with 4 additions and 1 deletions
|
|
@ -263,7 +263,10 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => {
|
|||
replyIconContainer: {
|
||||
flexDirection: 'row',
|
||||
alignItems: 'center',
|
||||
justifyContent: 'center'
|
||||
justifyContent: 'center',
|
||||
height: 30,
|
||||
minWidth: 40,
|
||||
paddingVertical: 10
|
||||
},
|
||||
replyText: {
|
||||
fontSize: 15,
|
||||
|
|
|
|||
Loading…
Reference in a new issue