Inizio update MON

This commit is contained in:
Samuele Locatelli
2025-03-11 17:39:29 +01:00
parent a77d77fcfa
commit 6ca217d76e
11 changed files with 83 additions and 22 deletions
+2 -2
View File
@@ -386,10 +386,10 @@ namespace MP.Stats.Components
private string CssBtn(PeriodoSel reqMode)
{
string answ = "btn-outline-dark";
string answ = "btn-outline-primary";
if (reqMode == pSel)
{
answ = "btn-dark text-light";
answ = "btn-primary text-light";
}
return answ;
}