mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-30 20:31:34 +02:00
Replace bsStyle="secondary" (#15587)
GitOrigin-RevId: a0d1b6dc4957951ec944c1981e22fe0ccab4eeb7
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user