Skip to content

Commit

Permalink
style(tailwind): remove .css and move to tailwind
Browse files Browse the repository at this point in the history
  • Loading branch information
Torof committed Jul 20, 2024
1 parent 112ac1b commit fa96dba
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/app/swap/AppSwap.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import '@swing.xyz/ui/theme.css';
import "./AppSwap.css";
import { Swap } from '@swing.xyz/ui';

export function AppSwap() {
return (
<div className="app-swap-container">
<div className="w-[90vw] max-w-[800px] mx-auto sm:w-[95vw] xs:w-screen xs:px-2.5">
<Swap projectId="swing-bridge" environment='production' />
</div>
);
}
}

0 comments on commit fa96dba

Please sign in to comment.