diff --git a/app/components/Deposit/styles.css b/app/components/Deposit/styles.css index b7d264a..80d5ae2 100644 --- a/app/components/Deposit/styles.css +++ b/app/components/Deposit/styles.css @@ -4,7 +4,7 @@ justify-content: center; align-items: center; background-color: #000000; /* Black background */ - transition: transform 300ms cubic-bezier(.25, .46, .45, .94), filter 300ms cubic-bezier(.25, .46, .45, .94);; + transition: transform 300ms cubic-bezier(.25, .46, .45, .94), filter 300ms cubic-bezier(.25, .46, .45, .94); } .main-content { @@ -67,7 +67,7 @@ background: rgba(255, 255, 255, 0.05); } - div.disabled { +div.disabled { cursor: url("../../../public/cursor.svg") 0 0, auto; } @@ -197,8 +197,7 @@ padding: 10px; color: #5a5a5a; border: 1px solid rgba(255, 255, 255, 0.1); - width: 100%; - + transition: background-color 0.1s var(--ease-out-quad), border 0.1s var(--ease-out-quad); } diff --git a/app/page.tsx b/app/page.tsx index ea3e006..b84f1be 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -5,7 +5,7 @@ import { Header } from './components/Header'; import { Footer } from './components/Footer'; import { TransactionProvider } from './components/TransactionPool'; import useEthereumData from "@/lib/ethUtils"; -import { useWalletClient } from "./hooks" +import { useWalletClient } from "./hooks"; import { EthereumDataContext, WalletClientContext, @@ -30,7 +30,7 @@ export default function Main() { -
- +
- + ); }