update icon

This commit is contained in:
Phuoc Nguyen
2025-11-14 18:02:37 +07:00
parent aae3c9d080
commit b5f90c364d
54 changed files with 534 additions and 245 deletions

View File

@@ -7,6 +7,7 @@ library;
import 'package:flutter/material.dart';
import 'package:flutter_hooks/flutter_hooks.dart';
import 'package:font_awesome_flutter/font_awesome_flutter.dart';
import 'package:worker/core/constants/ui_constants.dart';
import 'package:worker/core/theme/colors.dart';
@@ -66,7 +67,7 @@ class PaymentMethodSection extends HookWidget {
),
const SizedBox(width: 12),
const Icon(
Icons.account_balance_outlined,
FontAwesomeIcons.buildingColumns,
color: AppColors.grey500,
size: 24,
),
@@ -117,7 +118,7 @@ class PaymentMethodSection extends HookWidget {
),
const SizedBox(width: 12),
const Icon(
Icons.payments_outlined,
FontAwesomeIcons.creditCard,
color: AppColors.grey500,
size: 24,
),