fixed ManageCategory missing css-classes (again)

This commit is contained in:
Mia Rose Winter 2024-02-22 14:14:34 +01:00
parent 2da204af1f
commit 90a5639a63
Signed by: miawinter
GPG key ID: 4B6F6A83178F595E

View file

@ -43,6 +43,15 @@
</button>
</div>
<!--
bg-primary text-primary-content
bg-secondary text-secondary-content
bg-accent text-accent-content
bg-info text-info-content
bg-warning text-warning-content
bg-error text-error-content
-->
<ul class="flex flex-col gap-2 max-w-xs">
@foreach (var category in Categories) {
string postfix = CategoryUtilities.GetCssClassPostfixForColor(category.Color);