diff --git a/pages/index.tsx b/pages/index.tsx index f949c88..48d7a45 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -391,7 +391,17 @@ pre > code { ")`, + backgroundSize: "14px", + backgroundPosition: "calc(100% - 10px) 9px", + backgroundRepeat: "no-repeat", + }} + className="w-48 bg-gray-50 border border-gray-300 text-gray-900 text-sm focus:ring-blue-500 focus:border-blue-500 block w-full py-1 pl-2 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500" onChange={(e) => setModel(e.target.value)} > {models.map((m) => ( @@ -401,7 +411,12 @@ pre > code { ))} -