Fix composer label color

Signed-off-by: dab246 <tdvu@linagora.com>
(cherry picked from commit 9c1154d3004c87ff5df71eb407f237b14b707498)
This commit is contained in:
dab246
2023-12-05 17:58:39 +07:00
committed by Dat H. Pham
parent b87dac46ac
commit d97457d42c
2 changed files with 4 additions and 3 deletions
@@ -30,7 +30,8 @@ class RecipientComposerWidgetStyle {
fontSize: 15,
fontWeight: FontWeight.normal,
decoration: TextDecoration.underline,
color: AppColor.colorPrefixButtonComposer
decorationColor: AppColor.colorPrefixButtonComposer,
color: AppColor.colorPrefixButtonComposer,
);
static const TextStyle labelTextStyle = TextStyle(
fontSize: 14,