Enable email login on web

This commit is contained in:
Jackson Harper
2022-08-10 14:28:39 +08:00
parent 7b3eb56d33
commit 4ba54222a8
4 changed files with 23 additions and 6 deletions

View File

@ -100,6 +100,18 @@ const textVariants = {
lineHeight: '1.5',
cursor: 'pointer',
},
action: {
fontSize: '16px',
fontWeight: '500',
lineHeight: '1.5',
},
actionLink: {
fontSize: '16px',
fontWeight: '500',
lineHeight: '1.5',
textDecoration: 'underline',
cursor: 'pointer',
},
highlightTitleAndAuthor: {
fontSize: '18px',
fontStyle: 'italic',