diff --git a/react/features/base/buttons/CopyButton.js b/react/features/base/buttons/CopyButton.js index 88e6ecf1a..497a2b4d0 100644 --- a/react/features/base/buttons/CopyButton.js +++ b/react/features/base/buttons/CopyButton.js @@ -45,7 +45,7 @@ const styles = theme => { textOverflow: 'ellipsis', whiteSpace: 'nowrap', maxWidth: 292, - marginRight: 16, + marginRight: theme.spacing(3), '&.selected': { fontWeight: 600 @@ -186,8 +186,8 @@ function CopyButton({ classes, className, displayedText, textToCopy, textOnHover return ( <> -