TF-2116 Apply new design composer mobile
(cherry picked from commit fe4ec144d1a18a94de782f87fff56bbf1cd3a00a)
This commit is contained in:
@@ -6,10 +6,13 @@ import 'package:flutter/material.dart';
|
||||
|
||||
class ComposerStyle {
|
||||
static const double radius = 28;
|
||||
static const double keyboardMaxHeight = 500;
|
||||
static const double keyboardToolBarHeight = 200;
|
||||
|
||||
static const Color borderColor = AppColor.colorLineComposer;
|
||||
static const Color backgroundEditorColor = Colors.white;
|
||||
static const Color richToolbarColor = Colors.white;
|
||||
static const Color mobileBackgroundColor = Colors.white;
|
||||
|
||||
static const EdgeInsetsGeometry richToolbarPadding = EdgeInsetsDirectional.symmetric(horizontal: 24, vertical: 8);
|
||||
static const EdgeInsetsGeometry desktopRecipientPadding = EdgeInsetsDirectional.only(end: 24);
|
||||
|
||||
Reference in New Issue
Block a user