feat: compact mode

This commit is contained in:
ReaJason
2025-05-28 01:11:52 +08:00
parent 8340475f6d
commit 24d6c01c52
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}>