fix(ts_web): adjust route card section background color in dark theme
This commit is contained in:
@@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# 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)
|
## 2026-04-07 - 2.12.1 - fix(ts_web)
|
||||||
handle slotted config section content visibility and field row borders correctly
|
handle slotted config section content visibility and field row borders correctly
|
||||||
|
|
||||||
|
|||||||
@@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@serve.zone/catalog',
|
name: '@serve.zone/catalog',
|
||||||
version: '2.12.1',
|
version: '2.12.2',
|
||||||
description: 'UI component catalog for serve.zone'
|
description: 'UI component catalog for serve.zone'
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -296,7 +296,7 @@ export class SzRouteCard extends DeesElement {
|
|||||||
padding: 10px 14px;
|
padding: 10px 14px;
|
||||||
margin-bottom: 12px;
|
margin-bottom: 12px;
|
||||||
border-radius: 0 6px 6px 0;
|
border-radius: 0 6px 6px 0;
|
||||||
background: ${cssManager.bdTheme('#fafafa', '#0a0a0a')};
|
background: ${cssManager.bdTheme('#fafafa', '#101010')};
|
||||||
}
|
}
|
||||||
|
|
||||||
.section:last-of-type {
|
.section:last-of-type {
|
||||||
|
|||||||
Reference in New Issue
Block a user