Skip to content

Commit

Permalink
fix(flat-list): adjust design details
Browse files Browse the repository at this point in the history
  • Loading branch information
cooper-joe committed Sep 4, 2024
1 parent 4e2b9ae commit 1d53036
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/core_modules/capture-ui/FlatList/FlatList.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,18 @@ const styles = {
display: 'flex',
fontSize: '14px',
lineHeight: '19px',
padding: `${spacersNum.dp12}px 0`,
padding: `${spacersNum.dp8}px 0`,
'&.isLastItem': {
borderBottomWidth: 0,
},
},
itemKey: {
flex: '0 0 auto',
width: '128px',
color: colors.grey600,
marginRight: '20px',
width: '110px',
color: colors.grey700,
marginRight: spacersNum.dp8,
fontSize: '13px',
lineHeight: '17px',
...itemStyles,
},
itemValue: {
Expand Down

0 comments on commit 1d53036

Please sign in to comment.