Skip to content

Commit

Permalink
update: copyBtn
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelTeida committed Jan 26, 2024
1 parent 3777363 commit c543bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CopyToClipboardBtn.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const CopyToClipboardBtn = ({content, snackbarMessage}) => {
return navigator.clipboard.writeText(content)
}

return <IconButton sx={{m: 1.5}} onClick={handleClick}>
return <IconButton sx={{m: 1.5, height: "10px"}} onClick={handleClick}>
<ContentCopyIcon/>
</IconButton>
}
Expand Down

0 comments on commit c543bfb

Please sign in to comment.