Replace bsStyle="secondary" (#15587)

GitOrigin-RevId: a0d1b6dc4957951ec944c1981e22fe0ccab4eeb7
This commit is contained in:
Alf Eaton 2023-11-03 11:05:49 +00:00 committed by Copybot
parent ebe9032621
commit a5faeee707

View file

@ -56,8 +56,8 @@ const TextButton: FC<{
<Button
onClick={handleClick}
bsSize="xsmall"
bsStyle="secondary"
className="copy-button"
bsStyle={null}
className="copy-button btn-secondary"
>
{t('copy')}
</Button>