fix(databases): align database table list text spacing and icon sizes with codebase tree

This commit is contained in:
2026-06-14 14:39:09 -07:00
parent 2cdbadec8c
commit 54cb481f53

View File

@@ -189,7 +189,7 @@ function SchemaGroup({
aria-pressed={active} aria-pressed={active}
> >
<Table <Table
size={16} size={14}
style={{ style={{
color: active ? THEME.ink : THEME.muted, color: active ? THEME.ink : THEME.muted,
flexShrink: 0, flexShrink: 0,
@@ -263,6 +263,7 @@ const tableName: React.CSSProperties = {
whiteSpace: "nowrap", whiteSpace: "nowrap",
overflow: "hidden", overflow: "hidden",
textOverflow: "ellipsis", textOverflow: "ellipsis",
marginLeft: 4,
}; };
const rowCount: React.CSSProperties = { const rowCount: React.CSSProperties = {
fontSize: "0.65rem", fontSize: "0.65rem",