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