Skip to content

Commit

Permalink
Update LedgerBanner.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
heisenberg-2077 committed Jul 25, 2024
1 parent fca7d95 commit 59827ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ui/views/ImportHardware/LedgerConnect/LedgerBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ export const LedgerBanner: React.FC<Props> = ({ className }) => {
alt="ledger"
/>

<div className={clsx('space-y-10', 'flex flex-col items-center')}>
<div
className={clsx('space-y-10', 'flex flex-col items-center', '-ml-40')}
>
<span
className={clsx(
'text-18 font-semibold',
Expand Down

0 comments on commit 59827ab

Please sign in to comment.