fix homepage news, invoice

This commit is contained in:
Phuoc Nguyen
2025-12-09 11:17:32 +07:00
parent e0a9b3b9f4
commit 597c6a0e57
8 changed files with 51 additions and 99 deletions

View File

@@ -1166,13 +1166,13 @@ class _SubmissionCreatePageState extends ConsumerState<SubmissionCreatePage> {
height: 24,
child: CustomLoadingIndicator(color: Colors.white, size: 20),
)
: const Row(
: Row(
mainAxisAlignment: MainAxisAlignment.center,
children: [
FaIcon(FontAwesomeIcons.paperPlane, size: 16),
SizedBox(width: 8),
const FaIcon(FontAwesomeIcons.paperPlane, size: 16),
const SizedBox(width: 8),
Text(
'Gửi đăng ký',
isEditing ? 'Cập nhật' : 'Gửi đăng ký',
style: TextStyle(
fontSize: 16,
fontWeight: FontWeight.w600,