@zonos/amino 5.1.119 → 5.1.120

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/theme.css +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zonos/amino",
3
- "version": "5.1.119",
3
+ "version": "5.1.120",
4
4
  "description": "Core UI components for Amino",
5
5
  "repository": "git@github.com:Zonos/amino.git",
6
6
  "license": "MIT",
package/theme.css CHANGED
@@ -383,8 +383,8 @@
383
383
  --amino-transparent-white: #101116bb;
384
384
  --amino-transparent-black: #ffffffbb;
385
385
  --amino-transparent-gray-600: #94969e1f;
386
- --amino-v3-shadow-base: 0px 0px 0px 1px rgba(255, 255, 255, 0.12),
387
- 0px 1px 3px rgba(0, 0, 0, 0.9), 0px 1px 2px rgba(0, 0, 0, 0.8);
386
+ --amino-v3-shadow-base: 0px 1px 4px 0px rgba(0, 0, 0, 0.7),
387
+ 0px 1px 3px rgba(0, 0, 0, 0.6), 0px 0px 0px 1px rgba(255, 255, 255, 0.12);
388
388
  --amino-v3-shadow-medium: 0px 2px 4px 0px rgba(0, 0, 0, 0.6),
389
389
  0px 4px 6px rgba(0, 0, 0, 0.7), 0px 0px 0px 1px rgba(255, 255, 255, 0.12);
390
390
  --amino-v3-shadow-large: 0px 4px 6px 0px rgba(0, 0, 0, 0.6),