@asd20/ui 3.2.665 → 3.2.666

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.665",
8
+ "version": "3.2.666",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -71,6 +71,7 @@ export default {
71
71
  &::v-deep .asd20-messaging__content {
72
72
  order: 1;
73
73
  max-width: 100%;
74
+ text-shadow: 1px 1px 4px black;
74
75
  }
75
76
  &::v-deep .asd20-button {
76
77
  @include asd20-font(
@@ -100,6 +100,7 @@ export default {
100
100
  }
101
101
  .header-messaging-section {
102
102
  // border-bottom: 10px solid var(--color__accent);
103
+ text-shadow: 1px 1px 4px black;
103
104
  &::v-deep .asd20-messaging__content {
104
105
  margin: space(1) 0;
105
106
  }