Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: ton swap details deopdown UI (#11208)
<!-- start pr-codex --> ## PR-Codex overview This PR focuses on refactoring the `AdvancedSwapDetailsDropdown` component to use a named export and updating the imports in `SwapForm`. Additionally, it modifies the styling of the `AdvancedDetailsFooter` component. ### Detailed summary - Changed `AdvancedSwapDetailsDropdown` from default export to named export. - Updated import statement for `AdvancedSwapDetailsDropdown` in `SwapForm`. - Added import for `PricingAndSlippage` in `SwapForm`. - Removed unused import of `formatAmount` in `SwapForm`. - Adjusted CSS for `AdvancedDetailsFooter` in `AdvancedSwapDetailsDropdown`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
- Loading branch information