0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

refactor(console): use small size copy component on connector details page (#3041)

This commit is contained in:
Xiao Yijun 2023-02-02 14:19:22 +08:00 committed by GitHub
parent 379f978cc0
commit 201822b772
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -132,7 +132,7 @@ const ConnectorDetails = () => {
</Status>
<div className={styles.verticalBar} />
<div className={styles.text}>ID</div>
<CopyToClipboard value={data.id} />
<CopyToClipboard size="small" value={data.id} />
</div>
</div>
<div className={styles.operations}>