From 1b0dd5943b3d8ec9b619c1d883da0e91742a75fc Mon Sep 17 00:00:00 2001 From: Taha Tesser Date: Fri, 4 Oct 2024 18:37:47 +0300 Subject: [PATCH] Update test --- test/buttons/pulldown_button_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/buttons/pulldown_button_test.dart b/test/buttons/pulldown_button_test.dart index 431d8707..f1d4428f 100644 --- a/test/buttons/pulldown_button_test.dart +++ b/test/buttons/pulldown_button_test.dart @@ -200,7 +200,7 @@ void main() { onTap: () => showMacosAlertDialog( context: context, builder: (context) => MacosAlertDialog( - appIcon: const FlutterLogo(size: 64), + appIcon: const MacosIcon(CupertinoIcons.eyedropper), title: const Text('Title'), message: const Text('Message'), primaryButton: PushButton(