mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add slight spacing between Post and CW button (#5125)

authored by

Marco Buono and committed by
GitHub
c36c47d4 6382a91f

+6 -2
+6 -2
src/view/com/composer/Composer.tsx
··· 598 598 </View> 599 599 </> 600 600 ) : ( 601 - <> 601 + <View style={[styles.postBtnWrapper]}> 602 602 <LabelsBtn 603 603 labels={labels} 604 604 onChange={setLabels} ··· 634 634 </Text> 635 635 </View> 636 636 )} 637 - </> 637 + </View> 638 638 )} 639 639 </View> 640 640 ··· 1001 1001 paddingHorizontal: 20, 1002 1002 paddingVertical: 6, 1003 1003 marginLeft: 12, 1004 + }, 1005 + postBtnWrapper: { 1006 + flexDirection: 'row', 1007 + gap: 14, 1004 1008 }, 1005 1009 errorLine: { 1006 1010 flexDirection: 'row',