Skip to content

Commit

Permalink
Add slight spacing between Post and CW button (#5125)
Browse files Browse the repository at this point in the history
  • Loading branch information
coreh authored Sep 4, 2024
1 parent 6382a91 commit c36c47d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/view/com/composer/Composer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ export const ComposePost = observer(function ComposePost({
</View>
</>
) : (
<>
<View style={[styles.postBtnWrapper]}>
<LabelsBtn
labels={labels}
onChange={setLabels}
Expand Down Expand Up @@ -634,7 +634,7 @@ export const ComposePost = observer(function ComposePost({
</Text>
</View>
)}
</>
</View>
)}
</View>

Expand Down Expand Up @@ -1002,6 +1002,10 @@ const styles = StyleSheet.create({
paddingVertical: 6,
marginLeft: 12,
},
postBtnWrapper: {
flexDirection: 'row',
gap: 14,
},
errorLine: {
flexDirection: 'row',
alignItems: 'center',
Expand Down

0 comments on commit c36c47d

Please sign in to comment.