diff --git a/src/features/multichain/components/SynchronizeSignersFlow/SelectNetworkStep.tsx b/src/features/multichain/components/SynchronizeSignersFlow/SelectNetworkStep.tsx index 7738df84f3..ee56e31bcd 100644 --- a/src/features/multichain/components/SynchronizeSignersFlow/SelectNetworkStep.tsx +++ b/src/features/multichain/components/SynchronizeSignersFlow/SelectNetworkStep.tsx @@ -33,6 +33,7 @@ const SingleSafeSetup = ({ justifyContent: 'start', flexDirection: 'row', gap: '1', + border: ({ palette }) => `1px solid ${palette.border.light}`, }} onClick={onSelect} > @@ -44,6 +45,7 @@ const SingleSafeSetup = ({ owners={setup.owners.length} threshold={setup.threshold} chainId={setup.chainId} + size={32} /> @@ -59,7 +61,7 @@ const SingleSafeSetup = ({ - + ) } @@ -67,7 +69,7 @@ const SingleSafeSetup = ({ const SetupSelector = ({ setups, selectedChain }: { setups: SafeSetup[]; selectedChain: string | null }) => { const { setValue } = useFormContext() return ( - + {setups.map((setup) => (
- - Select network + + + This action copies the setup from another Safe account with the same address. + + Select Setup to copy