Skip to content

Commit 014596a

Browse files
author
Wesley
committed
revert shadow opacity
1 parent 976d02c commit 014596a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

styles/native/js/core/widgets/bottomsheet.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const com_mendix_widget_native_bottomsheet_BottomSheet = {
1717
borderRadius: border.radius,
1818
elevation: 20,
1919
shadowColor: "#000",
20-
shadowOpacity: 0.05,
20+
shadowOpacity: 0.1,
2121
shadowRadius: 6,
2222
shadowOffset: {
2323
width: 0,

styles/native/ts/core/widgets/bottomsheet.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export const com_mendix_widget_native_bottomsheet_BottomSheet: BottomSheetType =
2222
borderRadius: border.radius,
2323
elevation: 20,
2424
shadowColor: "#000",
25-
shadowOpacity: 0.05,
25+
shadowOpacity: 0.1,
2626
shadowRadius: 6,
2727
shadowOffset: {
2828
width: 0,

0 commit comments

Comments
 (0)