@asd20/ui 3.5.3 → 3.5.4

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@asd20/ui",
3
- "version": "3.5.3",
3
+ "version": "3.5.4",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "sideEffects": [
@@ -268,7 +268,7 @@ export default {
268
268
  height: 50%;
269
269
  background: linear-gradient(
270
270
  170deg,
271
- rgba(6, 11, 31, 0.6) 10%,
271
+ rgba(6, 11, 31, 0.7) 10%,
272
272
  rgba(6, 11, 31, 0) 50%,
273
273
  transparent 100%
274
274
  );
@@ -303,7 +303,7 @@ export default {
303
303
  padding: 0;
304
304
  z-index: 101;
305
305
  position: absolute;
306
- margin: space(2) space(1) space(2) space(2);
306
+ margin: space(0.5) space(1) space(2) space(2);
307
307
  width: 95%;
308
308
  display: flex;
309
309
  }