TF-3759 Update style popup context menu for composer view
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
|
||||
import 'package:core/presentation/extensions/color_extension.dart';
|
||||
import 'package:core/presentation/utils/theme_utils.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
class MobileAppBarComposerWidgetStyle {
|
||||
@@ -20,9 +21,7 @@ class MobileAppBarComposerWidgetStyle {
|
||||
static const EdgeInsetsGeometry richTextIconPadding = EdgeInsetsDirectional.all(5);
|
||||
static const EdgeInsetsGeometry popupItemPadding = EdgeInsetsDirectional.symmetric(horizontal: 12);
|
||||
|
||||
static const TextStyle popupItemTextStyle = TextStyle(
|
||||
static final TextStyle popupItemTextStyle = ThemeUtils.textStyleBodyBody3(
|
||||
color: Colors.black,
|
||||
fontSize: 16,
|
||||
fontWeight: FontWeight.w500,
|
||||
);
|
||||
}
|
||||
@@ -1,6 +1,7 @@
|
||||
|
||||
import 'package:core/presentation/constants/constants_ui.dart';
|
||||
import 'package:core/presentation/extensions/color_extension.dart';
|
||||
import 'package:core/presentation/utils/theme_utils.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
class BottomBarComposerWidgetStyle {
|
||||
@@ -33,9 +34,7 @@ class BottomBarComposerWidgetStyle {
|
||||
color: Colors.white,
|
||||
letterSpacing: -0.41,
|
||||
);
|
||||
static const TextStyle popupItemTextStyle = TextStyle(
|
||||
static final TextStyle popupItemTextStyle = ThemeUtils.textStyleBodyBody3(
|
||||
color: Colors.black,
|
||||
fontSize: 16,
|
||||
fontWeight: FontWeight.w500,
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user