File tree Expand file tree Collapse file tree 2 files changed +82
-82
lines changed Expand file tree Collapse file tree 2 files changed +82
-82
lines changed Original file line number Diff line number Diff line change @@ -3092,7 +3092,7 @@ async function testTool(toolId) {
3092
3092
input . required =
3093
3093
schema . required && schema . required . includes ( key ) ;
3094
3094
input . className =
3095
- "mt-1 block w-full rounded-md border border-gray-300 shadow-sm focus:border-indigo-500 focus:ring-indigo-500 dark:bg-gray-900 text-gray-700 dark:text-gray-300 dark:border-gray-700 dark:focus:border-indigo-400 dark:focus:ring-indigo-400" ;
3095
+ "mt-1 block w-full rounded-md border border-gray-500 shadow-sm focus:border-indigo-500 focus:ring-indigo-500 dark:bg-gray-900 text-gray-700 dark:text-gray-300 dark:border-gray-700 dark:focus:border-indigo-400 dark:focus:ring-indigo-400" ;
3096
3096
3097
3097
// Add validation based on type
3098
3098
if ( prop . type === "number" ) {
You can’t perform that action at this time.
0 commit comments