diff --git a/.gitignore b/.gitignore index 61d36850..a7176962 100644 --- a/.gitignore +++ b/.gitignore @@ -40,7 +40,6 @@ apps/web/node_modules apps/web/.next apps/web/dist apps/web/build -apps/web/public apps/web/.yalc apps/web/out/* @@ -54,7 +53,7 @@ packages/api/public **/node_modules **/dist **/build -**/public + .turbo output.log diff --git a/apps/web/public/swush-background.png b/apps/web/public/swush-background.png new file mode 100644 index 00000000..61c1999e Binary files /dev/null and b/apps/web/public/swush-background.png differ diff --git a/apps/web/src/app/page.tsx b/apps/web/src/app/page.tsx index 60141b31..cd0dfa9d 100644 --- a/apps/web/src/app/page.tsx +++ b/apps/web/src/app/page.tsx @@ -8,26 +8,16 @@ export default function SwapPage() { return (
- {/* Simplified Swush-inspired background with better contrast */} -
+ {/* Background image with overlay for better contrast */} +
+
- {/* Swush Logo - Top Left Corner - Hidden on mobile */} -
-
- Swush - {/* Subtle glow effect and increase the effect time to 300ms*/} -
-
-
- }> diff --git a/apps/web/src/components/swap/ui/SwapField.tsx b/apps/web/src/components/swap/ui/SwapField.tsx index 6ec634d4..ee0b9d5c 100644 --- a/apps/web/src/components/swap/ui/SwapField.tsx +++ b/apps/web/src/components/swap/ui/SwapField.tsx @@ -42,13 +42,13 @@ export const SwapField = memo(function SwapField({ return ( {/* Subtle hover glow effect */} -
+
{/* Content */}
@@ -82,7 +82,7 @@ export const SwapField = memo(function SwapField({
-
+
{token.icon}