mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-03 22:29:01 +02:00
Replace className="secondary" by variant="secondary" (#21672)
GitOrigin-RevId: a45532c2b4e927c3cc3a771eaf185ced4650f94c
This commit is contained in:
+1
-1
@@ -63,7 +63,7 @@ function FileTreeModalDelete() {
|
||||
/>
|
||||
) : (
|
||||
<>
|
||||
<OLButton className="secondary" onClick={handleHide}>
|
||||
<OLButton variant="secondary" onClick={handleHide}>
|
||||
{t('cancel')}
|
||||
</OLButton>
|
||||
<OLButton variant="danger" onClick={handleDelete}>
|
||||
|
||||
Reference in New Issue
Block a user