chore: update select style

This commit is contained in:
steven
2023-04-14 16:39:57 +08:00
parent 14f86897d6
commit 9a47f87550
3 changed files with 4 additions and 6 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 text-base"
className="w-full px-4 py-3 !text-base"
value={currentConnectionCtx?.database?.name}
itemList={databaseList.map((database) => {
return {