@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.
- package/package.json +1 -1
- package/theme.css +2 -2
package/package.json
CHANGED
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
|
|
387
|
-
0px 1px 3px rgba(0, 0, 0, 0.
|
|
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),
|