TF-2584 Remove toolbox buttons in keyboard header and move to app bar of composer in mobile
This commit is contained in:
@@ -7,7 +7,7 @@ class MobileAppBarComposerWidgetStyle {
|
||||
static const double iconSize = 24;
|
||||
static const double space = 12;
|
||||
static const double iconRadius = 8;
|
||||
static const double sendButtonIconSize = 28;
|
||||
static const double sendButtonIconSize = 30;
|
||||
static const double richTextIconSize = 28;
|
||||
|
||||
static const Color backgroundColor = AppColor.colorComposerAppBar;
|
||||
@@ -17,5 +17,5 @@ class MobileAppBarComposerWidgetStyle {
|
||||
|
||||
static const EdgeInsetsGeometry padding = EdgeInsetsDirectional.symmetric(horizontal: 12);
|
||||
static const EdgeInsetsGeometry iconPadding = EdgeInsetsDirectional.all(3);
|
||||
static const EdgeInsetsGeometry richTextIconPadding = EdgeInsetsDirectional.all(2);
|
||||
static const EdgeInsetsGeometry richTextIconPadding = EdgeInsetsDirectional.all(5);
|
||||
}
|
||||
Reference in New Issue
Block a user