diff --git a/apps/wallet-mobile/src/components/Button/Button.tsx b/apps/wallet-mobile/src/components/Button/Button.tsx index eb45b20914..fbee5f306e 100644 --- a/apps/wallet-mobile/src/components/Button/Button.tsx +++ b/apps/wallet-mobile/src/components/Button/Button.tsx @@ -37,7 +37,7 @@ export const Button = (props: ButtonProps) => { outlineOnLight, iconImage, withoutBackground, - shelleyTheme, + shelleyTheme = true, mainTheme, outlineShelley, textStyles, diff --git a/apps/wallet-mobile/src/features/Swap/useCases/ConfirmTxScreen/LedgerTransportSwitch.tsx b/apps/wallet-mobile/src/features/Swap/useCases/ConfirmTxScreen/LedgerTransportSwitch.tsx index 1a8e5d5505..cffd5ea6ae 100644 --- a/apps/wallet-mobile/src/features/Swap/useCases/ConfirmTxScreen/LedgerTransportSwitch.tsx +++ b/apps/wallet-mobile/src/features/Swap/useCases/ConfirmTxScreen/LedgerTransportSwitch.tsx @@ -31,6 +31,7 @@ const LedgerTransportSwitchView = ({onSelectUSB, onSelectBLE}: Props) => {