Skip to content

Commit 32d9af8

Browse files
authored
fix: unmatched border radius for attachment picker (#1829)
1 parent 8411df9 commit 32d9af8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package/src/components/ImageGallery/components/ImageGridHandle.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ const styles = StyleSheet.create({
1313
},
1414
handle: {
1515
alignItems: 'center',
16-
borderTopLeftRadius: 16,
17-
borderTopRightRadius: 16,
16+
borderTopLeftRadius: 12,
17+
borderTopRightRadius: 12,
1818
flexDirection: 'row',
1919
height: 40,
2020
justifyContent: 'center',

0 commit comments

Comments
 (0)