From 7fa3b4727106b81e25ed664ecfdc489082a5d67e Mon Sep 17 00:00:00 2001 From: Annamaria Sassi Date: Thu, 28 May 2026 14:51:50 +0200 Subject: [PATCH] Correzione colori OfferStats --- Lux.UI/Components/Compo/Stats/OfferStats.razor.cs | 4 ++-- Lux.UI/compilerconfig.json | 8 -------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/Lux.UI/Components/Compo/Stats/OfferStats.razor.cs b/Lux.UI/Components/Compo/Stats/OfferStats.razor.cs index a23a14e6..1c298c03 100644 --- a/Lux.UI/Components/Compo/Stats/OfferStats.razor.cs +++ b/Lux.UI/Components/Compo/Stats/OfferStats.razor.cs @@ -96,10 +96,10 @@ namespace Lux.UI.Components.Compo.Stats FillColors[allStates[i]] = "hsla(90, 70%, 50%, 0.5)"; break; case "Confirmed": - FillColors[allStates[i]] = "hsla(180, 70%, 50%, 0.5)"; + FillColors[allStates[i]] = "hsla(60, 70%, 50%, 0.5)"; break; case "Expired": - FillColors[allStates[i]] = "hsla(60, 70%, 50%, 0.5)"; + FillColors[allStates[i]] = "hsla(180, 70%, 50%, 0.5)"; break; case "Lost": FillColors[allStates[i]] = "hsla(0, 70%, 50%, 0.5)"; diff --git a/Lux.UI/compilerconfig.json b/Lux.UI/compilerconfig.json index 4f038f69..1e49e7c3 100644 --- a/Lux.UI/compilerconfig.json +++ b/Lux.UI/compilerconfig.json @@ -19,14 +19,6 @@ "outputFile": "wwwroot/css/textures.css", "inputFile": "wwwroot/css/textures.less" }, - { - "outputFile": "Components/Layout/Item.razor.css", - "inputFile": "Components/Layout/Item.razor.less" - }, - { - "outputFile": "Components/Pages/ConfList.razor.css", - "inputFile": "Components/Pages/ConfList.razor.less" - }, { "outputFile": "Components/Pages/ConfListNew.razor.css", "inputFile": "Components/Pages/ConfListNew.razor.less"