@asd20/ui 3.2.1041 → 3.2.1042

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.1041",
8
+ "version": "3.2.1042",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -139,7 +139,7 @@ export default {
139
139
  left: 0;
140
140
  right: 0;
141
141
  bottom: 0;
142
- background: transparentize(asd20-swatch('background-dark'), 0.6);
142
+ background: rgba(6, 33, 55, 0.4);
143
143
  color: white;
144
144
  display: flex;
145
145
  align-items: center;