Skip to content

Commit

Permalink
Merge pull request #1737 from aliabbasmalik8/IS-1728-pinning-icon
Browse files Browse the repository at this point in the history
Pinning icon alignment
  • Loading branch information
Clement DAL PALU authored Mar 12, 2021
2 parents 6229cd0 + ddb5f49 commit b4896a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home/sidebar/OptionRow.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ const OptionRow = ({
</View>
</TouchableOpacity>
{!hideAdditionalOptionStates && (
<View style={styles.flexRow}>
<View style={[styles.flexRow, styles.pr5]}>
{option.hasDraftComment && (
<View style={styles.ml2}>
<Icon src={Pencil} />
Expand Down
4 changes: 4 additions & 0 deletions src/styles/utilities/spacing.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,10 @@ export default {
paddingRight: 8,
},

pr5: {
paddingRight: 20,
},

pl5: {
paddingLeft: 20,
},
Expand Down

0 comments on commit b4896a9

Please sign in to comment.