Skip to content

Commit

Permalink
Pretty
Browse files Browse the repository at this point in the history
  • Loading branch information
jorbuedo committed Jun 14, 2024
1 parent 56d99c6 commit 1841610
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,11 @@ const useStyles = () => {
height: 24,
alignItems: 'center',
},
line: {width: '120%', height: StyleSheet.hairlineWidth, backgroundColor: color.gray_c200},
line: {
width: '120%',
height: StyleSheet.hairlineWidth,
backgroundColor: color.gray_c200,
},
actions: {
alignSelf: 'stretch',
backgroundColor: color.gray_cmin,
Expand Down

0 comments on commit 1841610

Please sign in to comment.