fix homepage news, invoice
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user