feat: Added color themes

This commit is contained in:
Deven Joshi
2020-12-28 19:24:42 +05:30
parent b58d00a5f0
commit 08d2b32eff
8 changed files with 116 additions and 15 deletions
+5 -2
View File
@@ -171,7 +171,9 @@ class ChooseUserPage extends StatelessWidget {
.textTheme
.footnote
.copyWith(
color: Color(0xff7A7A7A),
color: StreamChatTheme.of(context)
.colorTheme
.grey,
),
),
trailing: SvgPicture.asset(
@@ -202,7 +204,8 @@ class ChooseUserPage extends StatelessWidget {
.textTheme
.footnote
.copyWith(
color: Color(0xff7A7A7A),
color:
StreamChatTheme.of(context).colorTheme.grey,
),
),
trailing: SvgPicture.asset(