We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b535847 commit 6fae3d8Copy full SHA for 6fae3d8
1 file changed
frontend/src/components/pages/sql/catalog-tree.tsx
@@ -240,7 +240,7 @@ function FieldRows({
240
<span className="min-w-0 flex-1 overflow-hidden text-ellipsis whitespace-nowrap text-left font-mono">
241
{field.name}
242
</span>
243
- <span className="shrink-0 whitespace-nowrap font-mono text-caption-sm text-muted-foreground tracking-wide">
+ <span className="shrink-0 whitespace-nowrap font-mono text-caption-sm text-muted-foreground uppercase tracking-wide">
244
{field.type}
245
246
</>
0 commit comments