TF-733 Apply change text background color to body composer on web

This commit is contained in:
dab246
2022-07-21 14:50:08 +07:00
committed by Dat H. Pham
parent 50316bfa15
commit a98c646f53
9 changed files with 96 additions and 12 deletions
@@ -1707,4 +1707,10 @@ class AppLocalizations {
'Text Color',
name: 'formatTextColor');
}
String get formatTextBackgroundColor {
return Intl.message(
'Text Background Color',
name: 'formatTextBackgroundColor');
}
}