RN-162 - Increasing attachment button size (#610)
This commit is contained in:
parent
e1a13135f5
commit
0139a05c0f
1 changed files with 1 additions and 1 deletions
|
|
@ -474,7 +474,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => {
|
|||
return StyleSheet.create({
|
||||
buttonContainer: {
|
||||
height: 36,
|
||||
width: 36,
|
||||
width: 45,
|
||||
alignItems: 'center',
|
||||
justifyContent: 'center'
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue