From ecd34435c1a74b39bf41d59ad479fdc85d0afb7b Mon Sep 17 00:00:00 2001 From: Malik Talha Date: Thu, 16 Nov 2023 22:04:56 +0500 Subject: Add themes to voice assistant app Add four themes: "light", "dark", "textured-light", and "textured-dark" to the voice assistant app. Themes can be changed by modifying assets/config.json file. Bug-AGL: SPEC-4906 Signed-off-by: Malik Talha Change-Id: I3e257da70543c7918e4f0cf96a62907390af8480 --- lib/screens/error_screen.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/screens/error_screen.dart') diff --git a/lib/screens/error_screen.dart b/lib/screens/error_screen.dart index 04a5d30..21d6fd2 100644 --- a/lib/screens/error_screen.dart +++ b/lib/screens/error_screen.dart @@ -34,7 +34,7 @@ class ErrorScreen extends StatelessWidget { textAlign: TextAlign.center, style: TextStyle( fontSize: 18, - color: Colors.grey[700], + color: Colors.grey[600], ), ), SizedBox(height: 20), -- cgit 1.2.3-korg