TF-733 Apply change text background color to body composer on web
This commit is contained in:
@@ -1707,4 +1707,10 @@ class AppLocalizations {
|
||||
'Text Color',
|
||||
name: 'formatTextColor');
|
||||
}
|
||||
|
||||
String get formatTextBackgroundColor {
|
||||
return Intl.message(
|
||||
'Text Background Color',
|
||||
name: 'formatTextBackgroundColor');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user