fix(ui): generate fail

This commit is contained in:
ReaJason
2025-02-28 23:25:28 +08:00
parent d14203e78f
commit b71e8ea4de
16 changed files with 113 additions and 94 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ export function CopyableField({ label, value, text }: CopyableFieldProps) {
return (
<div className="flex flex-col gap-1 py-1">
<div className="flex items-center justify-between gap-2">
<div className="flex items-center justify-between gap-2 h-8">
<Label className="text-sm text-muted-foreground">{label}</Label>
{value && (
<CopyToClipboard text={value as string} onCopy={handleCopy}>