Use a neutral color for the not-applicable indexing state

This commit is contained in:
Thorsten Sommer 2026-09-09 13:00:33 +02:00
parent 25f75cf042
commit f9a989076d
Signed by untrusted user who does not match committer: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -49,7 +49,8 @@
}
else
{
<MudText Typo="Typo.body2" Color="Color.Secondary">@T("Not applicable")</MudText>
@* Deliberately muted instead of colored: there is nothing to index and nothing to fix here. *@
<MudText Typo="Typo.body2" Class="mud-text-secondary">@T("Not applicable")</MudText>
}
</MudTd>