From 8ddcb56f90b7c41bb2bf884ea23998f158f79b9a Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Tue, 7 Apr 2026 22:41:35 +0000 Subject: [PATCH] fix(ts_web): adjust route card section background color in dark theme --- changelog.md | 5 +++++ ts_web/00_commitinfo_data.ts | 2 +- ts_web/elements/sz-route-card.ts | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 9108b8c..7c53b83 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Changelog +## 2026-04-07 - 2.12.2 - fix(ts_web) +adjust route card section background color in dark theme + +- Updates the dark theme background for route card sections from #0a0a0a to #101010 for improved visual consistency. + ## 2026-04-07 - 2.12.1 - fix(ts_web) handle slotted config section content visibility and field row borders correctly diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index ace4987..2035178 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@serve.zone/catalog', - version: '2.12.1', + version: '2.12.2', description: 'UI component catalog for serve.zone' } diff --git a/ts_web/elements/sz-route-card.ts b/ts_web/elements/sz-route-card.ts index 46eb2cc..f9719c2 100644 --- a/ts_web/elements/sz-route-card.ts +++ b/ts_web/elements/sz-route-card.ts @@ -296,7 +296,7 @@ export class SzRouteCard extends DeesElement { padding: 10px 14px; margin-bottom: 12px; border-radius: 0 6px 6px 0; - background: ${cssManager.bdTheme('#fafafa', '#0a0a0a')}; + background: ${cssManager.bdTheme('#fafafa', '#101010')}; } .section:last-of-type {