TF-2893 Apply the standard app grid icon
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
import 'package:core/utils/platform_info.dart';
|
||||
|
||||
class IconUtils {
|
||||
static const double defaultIconSize = PlatformInfo.isWeb ? 20.0 : 24.0;
|
||||
static double defaultIconSize = PlatformInfo.isWeb ? 20.0 : 24.0;
|
||||
}
|
||||
Reference in New Issue
Block a user