mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Replace bsStyle="secondary" (#15587)
GitOrigin-RevId: a0d1b6dc4957951ec944c1981e22fe0ccab4eeb7
This commit is contained in:
parent
ebe9032621
commit
a5faeee707
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue