mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-09-25 09:03:43 +08:00
chore: further adjust token sidebar text
This commit is contained in:
@ -236,7 +236,7 @@ const ConnectionSidebar = () => {
|
||||
label={table.name}
|
||||
onValueChange={handleTableCheckboxChange}
|
||||
>
|
||||
<div className="text-black dark:text-gray-300">{table.token || countTextTokens(table.structure)}</div>
|
||||
<div className="text-gray-700 text-sm dark:text-gray-300">{table.token || countTextTokens(table.structure)}</div>
|
||||
</Checkbox>
|
||||
</div>
|
||||
);
|
||||
|
Reference in New Issue
Block a user