We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8411df9 commit 32d9af8Copy full SHA for 32d9af8
package/src/components/ImageGallery/components/ImageGridHandle.tsx
@@ -13,8 +13,8 @@ const styles = StyleSheet.create({
13
},
14
handle: {
15
alignItems: 'center',
16
- borderTopLeftRadius: 16,
17
- borderTopRightRadius: 16,
+ borderTopLeftRadius: 12,
+ borderTopRightRadius: 12,
18
flexDirection: 'row',
19
height: 40,
20
justifyContent: 'center',
0 commit comments