mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-30 06:05:30 -05:00
Replace className="secondary"
by variant="secondary"
(#21672)
GitOrigin-RevId: a45532c2b4e927c3cc3a771eaf185ced4650f94c
This commit is contained in:
parent
1d4737ac69
commit
629435e87a
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ function FileTreeModalDelete() {
|
||||||
/>
|
/>
|
||||||
) : (
|
) : (
|
||||||
<>
|
<>
|
||||||
<OLButton className="secondary" onClick={handleHide}>
|
<OLButton variant="secondary" onClick={handleHide}>
|
||||||
{t('cancel')}
|
{t('cancel')}
|
||||||
</OLButton>
|
</OLButton>
|
||||||
<OLButton variant="danger" onClick={handleDelete}>
|
<OLButton variant="danger" onClick={handleDelete}>
|
||||||
|
|
Loading…
Reference in a new issue