Skip to content

Commit 6fae3d8

Browse files
committed
fix(sql): uppercase sidebar column types to match results header
UX-1330
1 parent b535847 commit 6fae3d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/components/pages/sql/catalog-tree.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ function FieldRows({
240240
<span className="min-w-0 flex-1 overflow-hidden text-ellipsis whitespace-nowrap text-left font-mono">
241241
{field.name}
242242
</span>
243-
<span className="shrink-0 whitespace-nowrap font-mono text-caption-sm text-muted-foreground tracking-wide">
243+
<span className="shrink-0 whitespace-nowrap font-mono text-caption-sm text-muted-foreground uppercase tracking-wide">
244244
{field.type}
245245
</span>
246246
</>

0 commit comments

Comments
 (0)