Update index.tsx

This commit is contained in:
Stefan Pejcic 2025-05-15 17:32:56 +02:00 committed by GitHub
parent 1632b89881
commit b22ac2291a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
/>
)}
<div>