Tweak compose prompt spacing
parent
2798250489
commit
f47751ad42
|
@ -62,19 +62,18 @@ const styles = StyleSheet.create({
|
||||||
iconLeft: {
|
iconLeft: {
|
||||||
marginLeft: 22,
|
marginLeft: 22,
|
||||||
marginRight: 2,
|
marginRight: 2,
|
||||||
// marginLeft: 28,
|
|
||||||
// marginRight: 14,
|
|
||||||
},
|
},
|
||||||
iconRight: {
|
iconRight: {
|
||||||
marginRight: 20,
|
marginRight: 20,
|
||||||
},
|
},
|
||||||
container: {
|
container: {
|
||||||
paddingVertical: 14,
|
paddingVertical: 16,
|
||||||
flexDirection: 'row',
|
flexDirection: 'row',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
borderTopWidth: 1,
|
borderTopWidth: 1,
|
||||||
},
|
},
|
||||||
containerReply: {
|
containerReply: {
|
||||||
|
paddingVertical: 14,
|
||||||
paddingHorizontal: 10,
|
paddingHorizontal: 10,
|
||||||
},
|
},
|
||||||
avatar: {
|
avatar: {
|
||||||
|
|
Loading…
Reference in New Issue