perbaikan on possale string 1
This commit is contained in:
@@ -770,7 +770,7 @@ class _SubscriptionPlanScreenState extends ConsumerState<PurchasePremiumPlanScre
|
||||
SizedBox(height: 10),
|
||||
// Horizontal Plan List
|
||||
SizedBox(
|
||||
height: 165,
|
||||
height: 185,
|
||||
child: ListView.builder(
|
||||
scrollDirection: Axis.horizontal,
|
||||
itemCount: plans.length,
|
||||
@@ -792,7 +792,7 @@ class _SubscriptionPlanScreenState extends ConsumerState<PurchasePremiumPlanScre
|
||||
children: [
|
||||
// Main card container (single instance now)
|
||||
Container(
|
||||
height: 145,
|
||||
height: 165,
|
||||
width: 115,
|
||||
decoration: BoxDecoration(
|
||||
color: isSelected
|
||||
|
||||
Reference in New Issue
Block a user