From 7b33e37ca55496589d81ea62a638837cd787fb71 Mon Sep 17 00:00:00 2001 From: enes Date: Wed, 21 Aug 2024 11:37:07 +0200 Subject: [PATCH] refactor(toolbox): make Text default --- src/pages/create/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,