tek-wallet 0.0.268 → 0.0.269
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/dist/theme/mui/theme.js +1 -1
- package/package.json +1 -1
package/dist/theme/mui/theme.js
CHANGED
|
@@ -116,7 +116,7 @@ var theBorderRadius = {
|
|
|
116
116
|
};
|
|
117
117
|
var shadows = [
|
|
118
118
|
"none",
|
|
119
|
-
"inset 0px 0px
|
|
119
|
+
"inset 0px 0px 50px 8px rgba(255, 255, 255, 0.1)", // 0
|
|
120
120
|
"0px 3px 6px rgba(255, 255, 255, 0.1)", // 1
|
|
121
121
|
"0px 5px 15px rgba(255, 255, 255, 0.1)", // 2
|
|
122
122
|
"0px 5px 15px rgba(255, 255, 255, 0.2)", // 3
|