RN-162 - Increasing attachment button size (#610)

This commit is contained in:
Asaad Mahmood 2017-06-09 06:58:03 +05:00 committed by enahum
parent e1a13135f5
commit 0139a05c0f

View file

@ -474,7 +474,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => {
return StyleSheet.create({
buttonContainer: {
height: 36,
width: 36,
width: 45,
alignItems: 'center',
justifyContent: 'center'
},