@serve.zone/catalog 2.12.1 → 2.12.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serve.zone/catalog",
3
- "version": "2.12.1",
3
+ "version": "2.12.2",
4
4
  "private": false,
5
5
  "description": "UI component catalog for serve.zone",
6
6
  "main": "dist_ts_web/index.js",
@@ -3,6 +3,6 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@serve.zone/catalog',
6
- version: '2.12.1',
6
+ version: '2.12.2',
7
7
  description: 'UI component catalog for serve.zone'
8
8
  }
@@ -296,7 +296,7 @@ export class SzRouteCard extends DeesElement {
296
296
  padding: 10px 14px;
297
297
  margin-bottom: 12px;
298
298
  border-radius: 0 6px 6px 0;
299
- background: ${cssManager.bdTheme('#fafafa', '#0a0a0a')};
299
+ background: ${cssManager.bdTheme('#fafafa', '#101010')};
300
300
  }
301
301
 
302
302
  .section:last-of-type {