Fix: doc links and more illegible in light mode (#6643)

This commit is contained in:
shamoon
2024-05-08 21:01:01 -07:00
committed by GitHub
parent 48092d47c5
commit e1f5edc0a1
3 changed files with 6 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
<div class="badge bg-primary" cdkDrag>{{item.name}}</div>
}
@if (selectedItems.length === 0) {
<div class="badge bg-light fst-italic" i18n>{{emptyText}}</div>
<div class="badge bg-light text-secondary fst-italic" i18n>{{emptyText}}</div>
}
</div>
</div>