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',