fix(ts_web): adjust route card section background color in dark theme
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user