We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 976d02c commit 014596aCopy full SHA for 014596a
styles/native/js/core/widgets/bottomsheet.js
@@ -17,7 +17,7 @@ export const com_mendix_widget_native_bottomsheet_BottomSheet = {
17
borderRadius: border.radius,
18
elevation: 20,
19
shadowColor: "#000",
20
- shadowOpacity: 0.05,
+ shadowOpacity: 0.1,
21
shadowRadius: 6,
22
shadowOffset: {
23
width: 0,
styles/native/ts/core/widgets/bottomsheet.ts
@@ -22,7 +22,7 @@ export const com_mendix_widget_native_bottomsheet_BottomSheet: BottomSheetType =
24
25
26
27
28
0 commit comments