diff --git a/components/primary-button/index.ts b/components/primary-button/index.ts index 254610c..45cace6 100644 --- a/components/primary-button/index.ts +++ b/components/primary-button/index.ts @@ -17,4 +17,6 @@ export const PrimaryButton = styled.button` line-height: 20px; color: ${color.orange}; + + cursor: pointer; `; diff --git a/pages/index.tsx b/pages/index.tsx index a9aa79a..704f8a6 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -40,9 +40,9 @@ export default function Home() { - - Connect Wallet - + + Connect Wallet +