From 5c4a84e64cdede4e8606be88776d3508c2488151 Mon Sep 17 00:00:00 2001 From: hsiegeln <37154749+hsiegeln@users.noreply.github.com> Date: Thu, 9 Apr 2026 18:46:09 +0200 Subject: [PATCH] fix: platform label/value spacing and neutral license badge colors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Disabled features on the license page now show 'Not included' with a neutral (auto) badge color instead of 'Disabled' in error red, which looked like an actionable error rather than a plan tier indicator. Label/value spacing on DashboardPage already used flex justify-between correctly — no change needed there. Co-Authored-By: Claude Sonnet 4.6 --- ui/src/pages/LicensePage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/pages/LicensePage.tsx b/ui/src/pages/LicensePage.tsx index 374c3a1..f07352a 100644 --- a/ui/src/pages/LicensePage.tsx +++ b/ui/src/pages/LicensePage.tsx @@ -128,8 +128,8 @@ export function LicensePage() { > {label} );