From 1b582c3870e52d0b6de7a489954342c08f2494c8 Mon Sep 17 00:00:00 2001 From: Mayur Mahajan <47064215+MayurSMahajan@users.noreply.github.com> Date: Sat, 15 Jul 2023 07:16:08 +0530 Subject: [PATCH] chore: change github logo (#3003) --- .../appflowy_flutter/assets/images/login/github-light.svg | 4 ++++ .../presentation/widgets/float_bubble/question_bubble.dart | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 frontend/appflowy_flutter/assets/images/login/github-light.svg diff --git a/frontend/appflowy_flutter/assets/images/login/github-light.svg b/frontend/appflowy_flutter/assets/images/login/github-light.svg new file mode 100644 index 0000000000..5128fd0cda --- /dev/null +++ b/frontend/appflowy_flutter/assets/images/login/github-light.svg @@ -0,0 +1,4 @@ + + + + diff --git a/frontend/appflowy_flutter/lib/workspace/presentation/widgets/float_bubble/question_bubble.dart b/frontend/appflowy_flutter/lib/workspace/presentation/widgets/float_bubble/question_bubble.dart index 4cacd508c9..0c9ca99e9f 100644 --- a/frontend/appflowy_flutter/lib/workspace/presentation/widgets/float_bubble/question_bubble.dart +++ b/frontend/appflowy_flutter/lib/workspace/presentation/widgets/float_bubble/question_bubble.dart @@ -222,7 +222,7 @@ extension QuestionBubbleExtension on BubbleAction { return Padding( padding: const EdgeInsets.all(3.0), child: svgWidget( - 'login/github-mark', + 'login/github-light', size: const Size.square(12), ), );