Skip to content

Commit

Permalink
Use regular icon type.
Browse files Browse the repository at this point in the history
  • Loading branch information
linuspahl committed Dec 6, 2024
1 parent 3d29f5e commit 60a0866
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const ClipboardIconButton = ({ buttonTitle, className, disabled, onSuccess, text
{({ copy }) => (
<IconButton className={className}
name="content_copy"
iconType="regular"
disabled={disabled}
title={buttonTitle}
onClick={() => {
Expand Down

0 comments on commit 60a0866

Please sign in to comment.