Fix tick mark on the subscription page
This commit is contained in:
parent
3a0c21ddd8
commit
1ebec94517
1 changed files with 2 additions and 1 deletions
|
@ -541,11 +541,12 @@ class SubscriptionPlanWidget extends StatelessWidget {
|
|||
),
|
||||
),
|
||||
Text(plan.price + " per " + plan.period),
|
||||
Expanded(child: Container()),
|
||||
isActive
|
||||
? Expanded(
|
||||
child: Icon(
|
||||
Icons.check_circle,
|
||||
color: Colors.cyan[700],
|
||||
color: Theme.of(context).accentColor,
|
||||
),
|
||||
)
|
||||
: Container(),
|
||||
|
|
Loading…
Add table
Reference in a new issue