chore: update select kit component

This commit is contained in:
steven
2023-04-14 12:17:10 +08:00
parent a0003dc571
commit 790e418eec
3 changed files with 17 additions and 33 deletions

View File

@ -228,7 +228,7 @@ const ConnectionSidebar = () => {
{databaseList.length > 0 && (
<div className="w-full sticky top-0 z-1 my-4">
<Select
className="w-full px-4 py-3"
className="w-full px-4 py-3 text-base"
value={currentConnectionCtx?.database?.name}
itemList={databaseList.map((database) => {
return {