Add slight spacing between Post and CW button (#5125)
parent
6382a91fb0
commit
c36c47d49a
|
@ -598,7 +598,7 @@ export const ComposePost = observer(function ComposePost({
|
|||
</View>
|
||||
</>
|
||||
) : (
|
||||
<>
|
||||
<View style={[styles.postBtnWrapper]}>
|
||||
<LabelsBtn
|
||||
labels={labels}
|
||||
onChange={setLabels}
|
||||
|
@ -634,7 +634,7 @@ export const ComposePost = observer(function ComposePost({
|
|||
</Text>
|
||||
</View>
|
||||
)}
|
||||
</>
|
||||
</View>
|
||||
)}
|
||||
</View>
|
||||
|
||||
|
@ -1002,6 +1002,10 @@ const styles = StyleSheet.create({
|
|||
paddingVertical: 6,
|
||||
marginLeft: 12,
|
||||
},
|
||||
postBtnWrapper: {
|
||||
flexDirection: 'row',
|
||||
gap: 14,
|
||||
},
|
||||
errorLine: {
|
||||
flexDirection: 'row',
|
||||
alignItems: 'center',
|
||||
|
|
Loading…
Reference in New Issue