File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/components/swap/components/trade-details Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ export const TradeDetails = (props: TradeDetailsProps) => {
59
59
< Disclosure >
60
60
{ ( { open } ) => (
61
61
< >
62
- < DisclosureButton className = 'border-ic-gray-200 w-full border px-5 py-4' >
62
+ < DisclosureButton className = 'w-full px-5 py-4' >
63
63
< div className = 'flex flex-1 items-center justify-between pr-1' >
64
64
< div className = 'flex' >
65
65
{ showWarning && (
@@ -85,7 +85,7 @@ export const TradeDetails = (props: TradeDetailsProps) => {
85
85
) }
86
86
</ div >
87
87
</ div >
88
- < div className = { cn ( 'flex' , open && 'hidden' ) } >
88
+ < div className = { cn ( 'flex items-center ' , open && 'hidden' ) } >
89
89
{ ! isLoading &&
90
90
props . selectedQuoteType === QuoteType . index && (
91
91
< Tag label = { 'LI.FI' } />
You can’t perform that action at this time.
0 commit comments