@local-logic/design-system 0.7.30 → 0.7.32
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
package/tailwind.config.cjs
CHANGED
|
@@ -82,7 +82,7 @@ export default {
|
|
|
82
82
|
"2sm": "0px 2px 4px 0px rgba(0, 0, 0, 0.12)",
|
|
83
83
|
"3sm": "0px 3px 7px 0px rgba(0, 0, 0, 0.12)",
|
|
84
84
|
"4sm": "0px 4px 8px 0px rgba(0, 0, 0, 0.16)",
|
|
85
|
-
md: "0px 12px 20px 0px rgba(0, 0, 0, 0)",
|
|
85
|
+
md: "0px 12px 20px 0px rgba(0, 0, 0, 0.12)",
|
|
86
86
|
"2md": "0px 14px 24px 0px rgba(0, 0, 0, 0.16)",
|
|
87
87
|
"3md": "0px 16px 28px -1px rgba(0, 0, 0, 0.18)",
|
|
88
88
|
"4md": "0px 28px 40px -1px rgba(0, 0, 0, 0.2)",
|