make tx details modal full screen by default (#3133)
malik1004x committed
Mar 25, 2026 at 23:48 UTC
312d88dc6302eae864476ca4a580c9621343240d
1 file changed
+2
-2
lib/new-ui/widgets/coins_page/assets_history/transaction_details_modal.dart
+2
-2
@@ -42,11 +42,11 @@ class _TransactionDetailsModalState extends State<TransactionDetailsModal> {
42
Widget build(BuildContext context) {
43
return DraggableScrollableSheet(
44
expand: false,
45
- initialChildSize: 0.6,
45
+ initialChildSize: 0.9,
46
minChildSize: 0.25,
47
maxChildSize: 0.9,
48
snap: true,
49
- snapSizes: const [0.6, 0.9],
49
+ snapSizes: const [0.9],
50
builder: (context, controller) => SafeArea(
51
bottom: false,
52
child: Padding(