diff --git a/src/pages/create/index.tsx b/src/pages/create/index.tsx index c2c66f5..8a73012 100644 --- a/src/pages/create/index.tsx +++ b/src/pages/create/index.tsx @@ -133,7 +133,7 @@ export const CreatePage = () => { identifier: MarkType.TEXT, icon: , label: 'Text', - active: false + active: true }, { identifier: MarkType.SIGNATURE, @@ -151,7 +151,7 @@ export const CreatePage = () => { identifier: MarkType.FULLNAME, icon: , label: 'Full Name', - active: true + active: false }, { identifier: MarkType.INITIALS,