mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-09-27 10:06:23 +08:00
chore: update select style
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user