mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-22 07:00:43 +08:00
style(ui): unify font size
This commit is contained in:
@@ -28,7 +28,7 @@ export function CopyButton({ value, className, src, variant = "ghost", ...props
|
||||
text={value}
|
||||
onCopy={() => {
|
||||
setHasCopied(true);
|
||||
toast.success("复制成功");
|
||||
toast.success("复制成功", { duration: 1000 });
|
||||
}}
|
||||
>
|
||||
<Button
|
||||
|
||||
Reference in New Issue
Block a user