Skip to content

Commit

Permalink
color and text
Browse files Browse the repository at this point in the history
Signed-off-by: phuoc <[email protected]>
  • Loading branch information
phuocbitmark committed Aug 29, 2024
1 parent e5a9b0d commit 5da8881
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions lib/view/membership_card.dart
Original file line number Diff line number Diff line change
Expand Up @@ -94,17 +94,16 @@ class MembershipCard extends StatelessWidget {
PrimaryButton(
text: 'continue'.tr(),
onTap: onContinue,
color: AppColor.feralFileHighlight,
color: AppColor.feralFileLightBlue,
),
const SizedBox(height: 10),
],
Row(
crossAxisAlignment: CrossAxisAlignment.end,
children: [
dotIcon(color: AppColor.feralFileHighlight),
dotIcon(color: AppColor.feralFileLightBlue),
const SizedBox(width: 10),
Text(
'active'.tr(),
'premium'.tr(),
style: activeTextStyle,
),
const Spacer(),
Expand Down

0 comments on commit 5da8881

Please sign in to comment.