chore(v2): update infima to alpha 26 (#5001)

This commit is contained in:
Alexey Pyltsyn 2021-06-18 16:03:51 +03:00 committed by GitHub
parent 0e652730d4
commit 7dc9fe839b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 17 additions and 23 deletions

View file

@ -245,7 +245,7 @@ export default function CodeBlock({
message: 'Copy code to clipboard',
description: 'The ARIA label for copy code blocks button',
})}
className={clsx(styles.copyButton)}
className={clsx(styles.copyButton, 'clean-btn')}
onClick={handleCopyCode}>
{showCopied ? (
<Translate