@asd20/ui 3.2.656 → 3.2.657

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.656",
8
+ "version": "3.2.657",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -219,7 +219,6 @@ export default {
219
219
  margin-bottom: space(1);
220
220
  // max-width: 25vw;
221
221
  font-size: 0.875rem !important;
222
- text-shadow: 2px 2px 5px black;
223
222
  background-color: var(
224
223
  --website-header__button-background-color,
225
224
  var(--color__accent)
@@ -434,7 +434,6 @@ export default {
434
434
  // max-width: 40vw;
435
435
  min-height: space(2);
436
436
  font-size: 0.875rem !important;
437
- text-shadow: 2px 2px 5px black;
438
437
  background-color: var(
439
438
  --website-header__button-background-color,
440
439
  var(--color__accent)
@@ -491,6 +491,7 @@ export default {
491
491
  --website-header__button-foreground-color,
492
492
  var(--color__accent-t100)
493
493
  );
494
+ box-shadow: 2px 2px 2px rgb(50, 50, 50);
494
495
  &:hover,
495
496
  &:focus {
496
497
  background-color: var(