feat: compact mode

This commit is contained in:
ReaJason
2025-05-28 01:22:54 +08:00
parent 9d03c04dfa
commit 8d240f2a50
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ export function CopyableField({ label, value, text }: Readonly<CopyableFieldProp
return (
<div className="flex flex-col gap-1 py-1">
<div className="flex items-center justify-between gap-2 h-8">
<div className="flex items-center justify-between gap-2 h-6">
<Label className="text-sm text-muted-foreground">{label}</Label>
{value && (
<CopyToClipboard text={value} onCopy={handleCopy}>