diff --git a/lib/ui/constants.dart b/lib/ui/constants.dart index dc3690a1..08b381f5 100644 --- a/lib/ui/constants.dart +++ b/lib/ui/constants.dart @@ -11,10 +11,10 @@ const EdgeInsetsGeometry textfieldPaddingConversation = EdgeInsets.all(10); const int primaryColorHexRGBO = 0xffcf4aff; const Color primaryColor = Color(primaryColorHexRGBO); -const Color bubbleColorSent = Color(0xffac70ca); -const Color bubbleColorSentQuoted = Color(0xff964db3); +const Color bubbleColorSent = Color(0xffa139f0); +const Color bubbleColorSentQuoted = bubbleColorSent; const Color bubbleColorReceived = Color(0xff222222); -const Color bubbleColorReceivedQuoted = Color(0xff2c3e50); +const Color bubbleColorReceivedQuoted = bubbleColorReceived; const double paddingVeryLarge = 64; diff --git a/lib/ui/widgets/chat/text.dart b/lib/ui/widgets/chat/text.dart index d86e01d9..cbb0c1cc 100644 --- a/lib/ui/widgets/chat/text.dart +++ b/lib/ui/widgets/chat/text.dart @@ -38,15 +38,14 @@ class TextChatWidget extends StatelessWidget { child: ParsedText( text: message.body, style: TextStyle( - color: Colors.white, + color: const Color(0xf9ebffff), fontSize: fontsize, ), parse: [ MatchText( type: ParsedType.URL, style: const TextStyle( - // TODO(Unknown): Work on the color - color: Colors.blue, + decoration: TextDecoration.underline, ), onTap: (url) async { await launchUrl(