TF-3956 Add font size in toolbar of vacation editor
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -15,7 +15,7 @@ class BottomBarComposerWidgetStyle {
|
||||
static const Color backgroundColor = Colors.white;
|
||||
static const Color iconColor = AppColor.steelGrayA540;
|
||||
static const Color sendButtonBackgroundColor = AppColor.blue700;
|
||||
static const Color selectedIconColor = AppColor.steelGrayA540;
|
||||
static const Color selectedIconColor = AppColor.m3Primary;
|
||||
static const Color disabledIconColor = AppColor.colorRichButtonComposer;
|
||||
static const Color selectedBackgroundColor = AppColor.colorSelected;
|
||||
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@ import 'package:flutter/material.dart';
|
||||
class DropdownButtonFontSizeWidgetStyle {
|
||||
static const double borderWidth = 0.5;
|
||||
static const double radius = 8;
|
||||
static const double height = 36;
|
||||
static const double height = 40;
|
||||
static const double labelRadius = 4;
|
||||
static const double space = 4;
|
||||
|
||||
|
||||
@@ -2,8 +2,14 @@
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
class ToolbarRichTextBuilderStyle {
|
||||
static const double itemHorizontalSpace = 8.0;
|
||||
static const double itemVerticalSpace = 8.0;
|
||||
|
||||
static const EdgeInsetsGeometry padding = EdgeInsetsDirectional.only(start: 20, top: 8, bottom: 8);
|
||||
static const EdgeInsetsGeometry optionPadding = EdgeInsetsDirectional.only(
|
||||
end: 8,
|
||||
);
|
||||
static const EdgeInsetsGeometry padding = EdgeInsetsDirectional.only(
|
||||
start: 20,
|
||||
top: 8,
|
||||
bottom: 8,
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user