diff --git a/app/lib/screens/wallets/bridge.dart b/app/lib/screens/wallets/bridge.dart index 2c490f117..cc34c1918 100644 --- a/app/lib/screens/wallets/bridge.dart +++ b/app/lib/screens/wallets/bridge.dart @@ -235,6 +235,37 @@ class _WalletBridgeScreenState extends ConsumerState { onTransactionChange: onTransactionChange, disableDeposit: disableDeposit, updateIsSolana: updateIsSolana), + if (isSolana) + Padding( + padding: const EdgeInsets.symmetric(horizontal: 15.0), + child: Row( + crossAxisAlignment: + CrossAxisAlignment.start, + children: [ + Icon( + Icons.info, + color: Theme.of(context).colorScheme.primary, + size: 16, + ), + const SizedBox( + width: 8), + Expanded( + child: Text( + 'This bridge currently only supports Stellar to Solana transfers.', + style: Theme.of(context) + .textTheme + .bodySmall! + .copyWith( + color: + Theme.of(context).colorScheme.primary, + ), + softWrap: + true, + ), + ), + ], + ), + ), const SizedBox(height: 20), ListTile( title: TextField(