update icon
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:font_awesome_flutter/font_awesome_flutter.dart';
|
||||
|
||||
import 'package:worker/core/theme/colors.dart';
|
||||
|
||||
@@ -54,7 +55,7 @@ class EmptyState extends StatelessWidget {
|
||||
child: Column(
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
children: [
|
||||
Icon(icon, size: iconSize, color: AppColors.grey500),
|
||||
FaIcon(icon, size: iconSize, color: AppColors.grey500),
|
||||
const SizedBox(height: 16),
|
||||
Text(
|
||||
title,
|
||||
|
||||
Reference in New Issue
Block a user