nicer: too much shadow for light theme
Massimo Melina committed
Sep 12, 2024 at 09:41 UTC
963dd7aa2351e8060e3283f9c4faca4b66e17755
1 file changed
+1
-1
mui-grid-form/index.ts
+1
-1
@@ -183,7 +183,7 @@ export function Form<Values extends Dict>({
183
sx: Object.assign({},
184
stickyBar && {
185
width: 'fit-content', zIndex: 2, backgroundColor: 'background.paper', borderRadius: 1,
186
- position: 'sticky', bottom: 0, p: 1, m: -1, boxShadow: '0px 0px 30px #000',
186
+ position: 'sticky', bottom: 0, p: 1, m: -1, boxShadow: '0px 0px 15px #000',
187
},
188
barSx)
189
},