Skip to content

Commit

Permalink
fix: Centralization hw buttons (#2793)
Browse files Browse the repository at this point in the history
Co-authored-by: Michal <[email protected]>
  • Loading branch information
SorinC6 and michaeljscript authored Oct 18, 2023
1 parent 69d83f6 commit 7885bac
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const LedgerTransportSwitchView = ({onSelectUSB, onSelectBLE}: Props) =>
})

return (
<ScrollView style={styles.scrollView}>
<ScrollView>
<View style={styles.content}>
<Text style={styles.paragraph}>{strings.bluetoothExplanation}</Text>

Expand Down Expand Up @@ -54,9 +54,6 @@ export const LedgerTransportSwitchView = ({onSelectUSB, onSelectBLE}: Props) =>
export const LedgerTransportSwitch = LedgerTransportSwitchView

const styles = StyleSheet.create({
scrollView: {
paddingRight: 10,
},
paragraph: {
marginBottom: spacing.paragraphBottomMargin,
fontSize: 14,
Expand Down

0 comments on commit 7885bac

Please sign in to comment.