Releasing new design #161

Merged
b merged 241 commits from staging into main 2024-08-21 11:38:25 +00:00
Showing only changes of commit 7b33e37ca5 - Show all commits

View File

@ -133,7 +133,7 @@ export const CreatePage = () => {
identifier: MarkType.TEXT, identifier: MarkType.TEXT,
icon: <FontAwesomeIcon icon={faT} />, icon: <FontAwesomeIcon icon={faT} />,
label: 'Text', label: 'Text',
active: false active: true
}, },
{ {
identifier: MarkType.SIGNATURE, identifier: MarkType.SIGNATURE,
@ -151,7 +151,7 @@ export const CreatePage = () => {
identifier: MarkType.FULLNAME, identifier: MarkType.FULLNAME,
icon: <FontAwesomeIcon icon={faIdCard} />, icon: <FontAwesomeIcon icon={faIdCard} />,
label: 'Full Name', label: 'Full Name',
active: true active: false
}, },
{ {
identifier: MarkType.INITIALS, identifier: MarkType.INITIALS,