feat: review fixes

This commit is contained in:
Deven Joshi
2020-12-31 20:19:59 +05:30
parent d1883d8f14
commit 08d07e4425
4 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ class _ChannelFileDisplayScreenState extends State<ChannelFileDisplayScreen> {
),
),
),
backgroundColor: StreamChatTheme.of(context).primaryColor,
backgroundColor: StreamChatTheme.of(context).colorTheme.white,
),
body: _buildMediaGrid(),
);
+1 -1
View File
@@ -79,7 +79,7 @@ class _ChannelMediaDisplayScreenState extends State<ChannelMediaDisplayScreen> {
),
),
),
backgroundColor: StreamChatTheme.of(context).primaryColor,
backgroundColor: StreamChatTheme.of(context).colorTheme.white,
),
body: _buildMediaGrid(),
);
+3 -1
View File
@@ -621,7 +621,9 @@ class _ImageFooterState extends State<ImageFooter> {
icon: Transform.rotate(
angle: -pi / 2,
child: StreamSvgIcon.Icon_send_message(
color: StreamChatTheme.of(context).accentColor,
color: StreamChatTheme.of(context)
.colorTheme
.accentBlue,
),
),
),