Skip to content

Commit

Permalink
fix: centre loading icon
Browse files Browse the repository at this point in the history
  • Loading branch information
dmy147 committed Jun 19, 2024
1 parent 4a79991 commit ffd0641
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/ui/views/Swap/Component/loading.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ export const QuoteLoading = ({
if (isCex)
return (
<div
className={clsx('flex-1 px-16 h-[44px] flex item-center rounded-[6px]')}
className={clsx(
'flex-1 px-16 h-[44px] flex items-center rounded-[6px]'
)}
>
<QuoteLogo isLoading={true} logo={logo} isCex loaded />
<QuoteLogo isLoading={true} logo={logo} />
<span className="ml-[8px] text-13 font-medium text-r-neutral-title-1 flex items-center">
{name}
</span>
Expand Down

0 comments on commit ffd0641

Please sign in to comment.