From fc6bdf78f192234d3dccd899fd82cab45db3762e Mon Sep 17 00:00:00 2001 From: Kima Date: Sun, 7 Apr 2024 19:18:37 +0200 Subject: [PATCH] bottom sheet fixes --- lib/ui/mobile/premium/upsell.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ui/mobile/premium/upsell.dart b/lib/ui/mobile/premium/upsell.dart index 5565969..fe252ae 100644 --- a/lib/ui/mobile/premium/upsell.dart +++ b/lib/ui/mobile/premium/upsell.dart @@ -314,6 +314,7 @@ class PlusLockedFeaturePopup extends StatelessWidget { final bool isGold = _getFeatureLevel() == PremiumFeatureLevel.gold; return Container( + height: 2000, decoration: BoxDecoration( color: isGold ? const Color(0xFFF7EDD9) : const Color(0xFFDCDAF7), borderRadius: const BorderRadius.vertical(