chore: further adjust token sidebar text

This commit is contained in:
tianzhou
2023-05-31 18:58:42 +08:00
parent 504655ed2a
commit 0f2699c152

View File

@ -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>
); );