We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e4b1cd commit a8bff1eCopy full SHA for a8bff1e
src/components/swap/components/trade-details/index.tsx
@@ -85,7 +85,7 @@ export const TradeDetails = (props: TradeDetailsProps) => {
85
)}
86
</div>
87
88
- <div className={cn('flex gap-4', open && 'hidden')}>
+ <div className={cn('flex', open && 'hidden')}>
89
{!isLoading &&
90
props.selectedQuoteType === QuoteType.index && (
91
<Tag label={'LI.FI'} />
@@ -97,7 +97,7 @@ export const TradeDetails = (props: TradeDetailsProps) => {
97
{!isLoading && (
98
<ChevronDownIcon
99
className={cn(
100
- 'ml-2 size-5',
+ 'size-5',
101
open && 'rotate-180 transform transition',
102
103
/>
0 commit comments