mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-09-25 17:15:19 +08:00
chore: further adjust token sidebar text
This commit is contained in:
@ -236,7 +236,7 @@ const ConnectionSidebar = () => {
|
|||||||
label={table.name}
|
label={table.name}
|
||||||
onValueChange={handleTableCheckboxChange}
|
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>
|
</Checkbox>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user