Skip to content

Commit

Permalink
fix: unmatched border radius for attachment picker (#1829)
Browse files Browse the repository at this point in the history
  • Loading branch information
allenlinsh committed Dec 1, 2022
1 parent 8411df9 commit 32d9af8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ const styles = StyleSheet.create({
},
handle: {
alignItems: 'center',
borderTopLeftRadius: 16,
borderTopRightRadius: 16,
borderTopLeftRadius: 12,
borderTopRightRadius: 12,
flexDirection: 'row',
height: 40,
justifyContent: 'center',
Expand Down

0 comments on commit 32d9af8

Please sign in to comment.