From 3149ba975777c557bae46b86e77f20392b9ebaec Mon Sep 17 00:00:00 2001 From: enes Date: Thu, 25 Jul 2024 16:11:20 +0200 Subject: [PATCH] feat: landing page - larger cta button --- src/pages/landing/LandingPage.tsx | 9 ++++++++- src/theme/index.ts | 1 + 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/src/pages/landing/LandingPage.tsx b/src/pages/landing/LandingPage.tsx index 0ac23ec..e169d34 100644 --- a/src/pages/landing/LandingPage.tsx +++ b/src/pages/landing/LandingPage.tsx @@ -213,7 +213,14 @@ export const LandingPage = () => { create, sign, and verify any document from any device with a browser. - diff --git a/src/theme/index.ts b/src/theme/index.ts index 25acf57..dcc3d9f 100644 --- a/src/theme/index.ts +++ b/src/theme/index.ts @@ -24,6 +24,7 @@ export const theme = extendTheme({ MuiButton: { styleOverrides: { root: { + transition: 'ease 0.4s', padding: '10px 20px', fontSize: '14px', fontWeight: 'bold',