fix(ts_web): adjust route card section background color in dark theme

This commit is contained in:
2026-04-07 22:41:35 +00:00
parent 9d186ece0a
commit 8ddcb56f90
3 changed files with 7 additions and 2 deletions

View File

@@ -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'
}

View File

@@ -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 {