fix(ts_web): adjust route card section background color in dark theme
This commit is contained in:
@@ -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