@asd20/ui 3.2.942 → 3.2.943

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.942",
8
+ "version": "3.2.943",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -473,7 +473,7 @@ $max: 4rem;
473
473
  width: 60%;
474
474
  min-width: space(15);
475
475
  height: min-content;
476
- background: rgba(0, 0, 0, 0.5);
476
+ background: rgba(0, 0, 0, 0.6);
477
477
  padding: space(1);
478
478
  border-radius: var(--website-shape__radius-m);
479
479
  border-left: space(0.5) solid var(--color__accent);
@@ -621,7 +621,7 @@ $max: 4rem;
621
621
  width: 30%;
622
622
  min-width: space(15);
623
623
  height: min-content;
624
- background: rgba(0, 0, 0, 0.5);
624
+ background: rgba(0, 0, 0, 0.6);
625
625
  padding: space(1);
626
626
  border-radius: var(--website-shape__radius-m);
627
627
  border-left: space(0.5) solid var(--color__accent);