From d9c71f5ceeceb98b495b9bd7929f429a8f9f4bab Mon Sep 17 00:00:00 2001 From: formsdev <136701234+formsdev@users.noreply.github.com> Date: Fri, 8 Sep 2023 14:04:14 +0530 Subject: [PATCH] Simple theme broken - Fixed (#193) --- resources/js/config/form-themes.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/js/config/form-themes.js b/resources/js/config/form-themes.js index 720e05e..dab4996 100644 --- a/resources/js/config/form-themes.js +++ b/resources/js/config/form-themes.js @@ -30,7 +30,7 @@ export const themes = { simple: { default: { label: 'text-gray-700 dark:text-gray-300 font-semibold', - input: 'border-transparent flex-1 appearance-none border border-gray-300 dark:border-gray-600 w-full py-2 px-2 bg-white text-gray-700 dark:bg-notion-dark-light dark:text-gray-300 dark:placeholder-gray-500 placeholder-gray-400 text-base focus:outline-none focus:ring-2 focus:border-transparent focus:ring-opacity-100', + input: 'flex-1 appearance-none border border-gray-300 dark:border-gray-600 w-full py-2 px-2 bg-white text-gray-700 dark:bg-notion-dark-light dark:text-gray-300 dark:placeholder-gray-500 placeholder-gray-400 text-base focus:outline-none focus:ring-2 focus:border-transparent focus:ring-opacity-100', help: 'text-gray-400 dark:text-gray-500' }, Button: { @@ -38,7 +38,7 @@ export const themes = { }, SelectInput: { label: 'text-gray-700 dark:text-gray-300 font-semibold', - input: 'relative w-full border-transparent flex-1 appearance-none border border-gray-300 dark:border-gray-600 w-full px-2 bg-white text-gray-700 placeholder-gray-400 dark:bg-notion-dark-light dark:text-gray-300 dark:placeholder-gray-600 text-base focus:outline-none focus:ring-2 focus:border-transparent', + input: 'relative w-full flex-1 appearance-none border border-gray-300 dark:border-gray-600 w-full px-2 bg-white text-gray-700 placeholder-gray-400 dark:bg-notion-dark-light dark:text-gray-300 dark:placeholder-gray-600 text-base focus:outline-none focus:ring-2 focus:border-transparent', help: 'text-gray-400 dark:text-gray-500' }, CodeInput: {