1
0
Fork 0
mirror of https://github.com/overleaf/overleaf.git synced 2025-04-22 21:59:52 +00:00

Replace bsStyle="secondary" ()

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>