From 21dd08bcc536902cc85de1fbe3ba03290dda71ed Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Thu, 14 Jan 2021 10:43:41 +0100 Subject: [PATCH] fix colorscheme --- lib/src/stream_chat_theme.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/src/stream_chat_theme.dart b/lib/src/stream_chat_theme.dart index 70845ba9..f9c81be7 100644 --- a/lib/src/stream_chat_theme.dart +++ b/lib/src/stream_chat_theme.dart @@ -491,9 +491,9 @@ class ColorTheme { stops: [0, 1], ), this.borderTop = const Effect( - sigmaX: 0, sigmaY: -1, color: Color(0xff141924), blur: 0.0), + sigmaX: 0, sigmaY: -1, color: Color(0xff000000), blur: 0.0), this.borderBottom = - const Effect(sigmaX: 0, sigmaY: 1, color: Color(0xff141924), blur: 0.0), + const Effect(sigmaX: 0, sigmaY: 1, color: Color(0xff000000), blur: 0.0), this.shadowIconButton = const Effect( sigmaX: 0, sigmaY: 2, color: Color(0xff000000), alpha: 0.5, blur: 4.0), this.modalShadow = const Effect(