Update home.tsx

This commit is contained in:
Starryu-cn 2023-04-05 18:50:05 +08:00 committed by GitHub
parent f527572905
commit 82dd488097
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -136,7 +136,7 @@ function _Home() {
</div>
<div className={styles["sidebar-copy-button"]}>
<IconButton
icon={<ClipboardIcon />}
icon={<ClipboardIcon width="24" height="24" />}
onClick={handleCopyText}
shadow
/>