@asd20/ui 3.2.611 → 3.2.612

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
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.611",
8
+ "version": "3.2.612",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -461,7 +461,7 @@ export default {
461
461
  &--seperate-image:not(.asd20-card--without-image) {
462
462
  transform: rotate(0deg);
463
463
  justify-content: flex-start;
464
- background: none;
464
+ background: var(--website-card__background-color);
465
465
  .asd20-card__image {
466
466
  order: -1;
467
467
  position: relative;