Skip to content

Commit

Permalink
Merge pull request #2158 from parasharrajat/parasharrajat/padding
Browse files Browse the repository at this point in the history
Padding issue on Chat rows.
  • Loading branch information
roryabraham authored Mar 31, 2021
2 parents 0d475ad + 9f43179 commit d81e645
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/pages/home/sidebar/OptionRow.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ const OptionRow = ({
</View>
</View>
{!hideAdditionalOptionStates && (
<View style={[styles.flexRow, styles.pr5, styles.alignItemsCenter]}>
<View style={[styles.flexRow, styles.alignItemsCenter]}>
{option.hasDraftComment && (
<View style={styles.ml2}>
<Icon src={Pencil} />
Expand Down
4 changes: 2 additions & 2 deletions src/styles/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -527,20 +527,20 @@ const styles = {
sidebarLinkInner: {
alignItems: 'center',
flexDirection: 'row',
paddingLeft: 20,
paddingRight: 20,
},

sidebarInnerRow: {
height: 64,
paddingTop: 12,
paddingBottom: 12,
paddingLeft: 20,
},

sidebarInnerRowSmall: {
height: 52,
paddingTop: 12,
paddingBottom: 12,
paddingLeft: 20,
},

sidebarLinkText: {
Expand Down

0 comments on commit d81e645

Please sign in to comment.