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 e5db243 commit 49c8ed0Copy full SHA for 49c8ed0
1 file changed
components/UTXOPicker.tsx
@@ -434,6 +434,7 @@ export default class UTXOPicker extends React.Component<
434
</View>
435
) : (
436
<FlatList
437
+ showsVerticalScrollIndicator={false}
438
data={utxos}
439
contentContainerStyle={styles.listContent}
440
extraData={utxosSelected}
@@ -577,7 +578,8 @@ const styles = StyleSheet.create({
577
578
borderTopLeftRadius: 20,
579
borderTopRightRadius: 20,
580
paddingHorizontal: 16,
- paddingTop: 8
581
+ paddingTop: 16,
582
+ paddingBottom: 16
583
},
584
sheetInner: {
585
flex: 1
@@ -593,6 +595,7 @@ const styles = StyleSheet.create({
593
595
sheetTitle: {
594
596
fontSize: 20,
597
fontWeight: '600',
598
+ paddingTop: 4,
599
textAlign: 'center',
600
fontFamily: 'PPNeueMontreal-Book'
601
0 commit comments