From 3463bc2b70010354b275d5f19040370c3ebec311 Mon Sep 17 00:00:00 2001 From: Sikander Saleem Date: Thu, 6 May 2021 11:06:01 +0300 Subject: [PATCH] improvement. --- lib/ui/common_appbar.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ui/common_appbar.dart b/lib/ui/common_appbar.dart index a3c6699..12579cd 100644 --- a/lib/ui/common_appbar.dart +++ b/lib/ui/common_appbar.dart @@ -275,7 +275,7 @@ class _CommonAppbarState extends State { "Powered by Cloud Solutions", maxLines: 1, textAlign: TextAlign.right, - style: TextStyle(fontSize: 14), + style: TextStyle(fontSize: 14,color: Colors.black87), ), SizedBox(width: 8), SvgPicture.asset("assets/logos/cloud_logo.svg", width: 30, height: 30)