apply colors and ui fixes

This commit is contained in:
Salvatore Giordano
2020-12-30 16:22:14 +01:00
parent d794a40b4b
commit cb518db1a2
32 changed files with 225 additions and 238 deletions
+5 -2
View File
@@ -378,7 +378,8 @@ class _ImageFooterState extends State<ImageFooter> {
'Save to Photos',
style: TextStyle(
color: StreamChatTheme.of(context)
.accentColor,
.colorTheme
.accentBlue,
fontWeight: FontWeight.bold,
),
),
@@ -595,7 +596,9 @@ class _ImageFooterState extends State<ImageFooter> {
child: Transform.rotate(
angle: -pi / 2,
child: StreamSvgIcon.Icon_send_message(
color: StreamChatTheme.of(context).accentColor,
color: StreamChatTheme.of(context)
.colorTheme
.accentBlue,
),
),
),