mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-09-27 00:53:37 +00:00
Use a neutral color for the not-applicable indexing state
This commit is contained in:
parent
25f75cf042
commit
f9a989076d
@ -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>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user