feat: Converted completely to dark theme

This commit is contained in:
Deven Joshi
2020-12-31 21:23:00 +05:30
parent fe38ba8a56
commit 0ff6b437dd
3 changed files with 26 additions and 13 deletions
+3 -1
View File
@@ -81,7 +81,9 @@ class _GroupInfoScreenState extends State<GroupInfoScreen> {
},
child: Padding(
padding: const EdgeInsets.only(left: 12.0),
child: StreamSvgIcon.left(),
child: StreamSvgIcon.left(
color: StreamChatTheme.of(context).colorTheme.black,
),
),
),
leadingWidth: 36.0,