Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Centralization hw buttons #2793

Merged
merged 11 commits into from
Oct 18, 2023
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