From add60fbde92e5ce66888978db9e189c50a1d440f Mon Sep 17 00:00:00 2001 From: Julien Nahum Date: Mon, 1 Jul 2024 10:18:35 +0200 Subject: [PATCH] Fix init form with default theme --- client/composables/forms/initForm.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/composables/forms/initForm.js b/client/composables/forms/initForm.js index 9cf0a6d5..c9d4777a 100644 --- a/client/composables/forms/initForm.js +++ b/client/composables/forms/initForm.js @@ -21,6 +21,8 @@ export const initForm = (defaultValue = {}, withDefaultProperties = false) => { closed_text: "This form has now been closed by its owner and does not accept submissions anymore.", auto_save: true, + border_radius: 'small', + size: 'md', // Submission submit_button_text: "Submit",