Releasing new design #161
@ -213,7 +213,14 @@ export const LandingPage = () => {
|
|||||||
create, sign, and verify any document from any device with a browser.
|
create, sign, and verify any document from any device with a browser.
|
||||||
</Typography>
|
</Typography>
|
||||||
|
|
||||||
<Button variant="contained" onClick={onSignInClick}>
|
<Button
|
||||||
|
sx={{
|
||||||
|
fontSize: '22px',
|
||||||
|
padding: '16px 32px'
|
||||||
|
}}
|
||||||
|
variant="contained"
|
||||||
|
onClick={onSignInClick}
|
||||||
|
>
|
||||||
GET STARTED
|
GET STARTED
|
||||||
</Button>
|
</Button>
|
||||||
|
|
||||||
|
@ -24,6 +24,7 @@ export const theme = extendTheme({
|
|||||||
MuiButton: {
|
MuiButton: {
|
||||||
styleOverrides: {
|
styleOverrides: {
|
||||||
root: {
|
root: {
|
||||||
|
transition: 'ease 0.4s',
|
||||||
padding: '10px 20px',
|
padding: '10px 20px',
|
||||||
fontSize: '14px',
|
fontSize: '14px',
|
||||||
fontWeight: 'bold',
|
fontWeight: 'bold',
|
||||||
|
Loading…
Reference in New Issue
Block a user