diff options
author | Malik Talha <talhamalik727x@gmail.com> | 2023-11-16 22:04:56 +0500 |
---|---|---|
committer | Malik Talha <talhamalik727x@gmail.com> | 2023-11-16 22:04:56 +0500 |
commit | ecd34435c1a74b39bf41d59ad479fdc85d0afb7b (patch) | |
tree | 1ed954b6c53321f854355bf82d13b736364e595b /lib/screens/error_screen.dart | |
parent | d433980265de4eccd343dcbfc92c3e7416057842 (diff) |
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 <talhamalik727x@gmail.com>
Change-Id: I3e257da70543c7918e4f0cf96a62907390af8480
Diffstat (limited to 'lib/screens/error_screen.dart')
-rw-r--r-- | lib/screens/error_screen.dart | 2 |
1 files changed, 1 insertions, 1 deletions
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), |