From b22ac2291a7a1a7b798c158e3d747f71f11f2d0c Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Thu, 15 May 2025 17:32:56 +0200 Subject: [PATCH] Update index.tsx --- website/src/pages/install/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/pages/install/index.tsx b/website/src/pages/install/index.tsx index 7b712c86..a7861b3a 100644 --- a/website/src/pages/install/index.tsx +++ b/website/src/pages/install/index.tsx @@ -106,7 +106,7 @@ const Install: React.FC = () => { checked={typeof config.value === "boolean" ? config.value : undefined} value={typeof config.value === "string" ? config.value : undefined} onChange={handleInputChange} - className="mr-2 w-40" + className="mr-2 w-40 px-1 py-2 text-sm dark:placeholder-gray-500 placeholder-gray-400 dark:text-gray-500 text-gray-400 dark:bg-gray-900 bg-white border dark:border-gray-700 border-gray-300 rounded-lg resize-none" /> )}