TF-3758 Update mailbox view on mobile web responsive
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -229,6 +229,7 @@ class ImagePaths {
|
||||
String get icCloseDialog => _getImagePath('ic_close_dialog.svg');
|
||||
String get icDoubleArrowUp => _getImagePath('ic_double_arrow_up.svg');
|
||||
String get icDoubleArrowDown => _getImagePath('ic_double_arrow_down.svg');
|
||||
String get icRefreshQuotas => _getImagePath('ic_refresh_quotas.svg');
|
||||
|
||||
String _getImagePath(String imageName) {
|
||||
return AssetsPaths.images + imageName;
|
||||
|
||||
@@ -261,6 +261,15 @@ class ThemeUtils {
|
||||
color: AppColor.textPrimary,
|
||||
);
|
||||
|
||||
static TextStyle textStyleContentCaption() => const TextStyle(
|
||||
fontFamily: ConstantsUI.fontApp,
|
||||
fontWeight: FontWeight.normal,
|
||||
letterSpacing: 0,
|
||||
fontSize: 11,
|
||||
height: 14 / 11,
|
||||
color: AppColor.steelGray400,
|
||||
);
|
||||
|
||||
static TextSelectionThemeData get _textSelectionTheme {
|
||||
return const TextSelectionThemeData(
|
||||
cursorColor: AppColor.primaryColor,
|
||||
|
||||
Reference in New Issue
Block a user