TF-3410 Update icon color & icon size of composer view
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -7,7 +7,7 @@ class AppBarComposerWidgetStyle {
|
||||
static const double iconSize = 20;
|
||||
static const double space = 8;
|
||||
|
||||
static const Color backgroundColor = AppColor.colorComposerAppBar;
|
||||
static const Color backgroundColor = AppColor.colorBgDesktop;
|
||||
static const Color iconColor = Colors.black;
|
||||
|
||||
static const EdgeInsetsGeometry padding = EdgeInsetsDirectional.symmetric(horizontal: 24);
|
||||
|
||||
@@ -33,13 +33,8 @@ class RecipientComposerWidgetStyle {
|
||||
fontSize: 15,
|
||||
fontWeight: FontWeight.normal,
|
||||
decoration: TextDecoration.underline,
|
||||
decorationColor: AppColor.colorPrefixButtonComposer,
|
||||
color: AppColor.colorPrefixButtonComposer,
|
||||
);
|
||||
static const TextStyle labelTextStyle = TextStyle(
|
||||
fontSize: 14,
|
||||
fontWeight: FontWeight.w400,
|
||||
color: AppColor.colorLabelComposer
|
||||
decorationColor: AppColor.m3Neutral70,
|
||||
color: AppColor.m3Neutral70,
|
||||
);
|
||||
static const TextStyle inputTextStyle = TextStyle(
|
||||
fontSize: 16,
|
||||
|
||||
@@ -2,7 +2,7 @@ import 'package:flutter/material.dart';
|
||||
|
||||
class RecipientTagItemWidgetStyle {
|
||||
static const double radius = 10;
|
||||
static const double avatarIconSize = 24;
|
||||
static const double avatarIconSize = 20;
|
||||
static const double avatarLabelFontSize = 12;
|
||||
|
||||
static const EdgeInsetsGeometry padding = EdgeInsetsDirectional.only(start: 4);
|
||||
|
||||
@@ -8,11 +8,6 @@ class SubjectComposerWidgetStyle {
|
||||
static const Color cursorColor = AppColor.primaryColor;
|
||||
static const Color borderColor = AppColor.colorLineComposer;
|
||||
|
||||
static const TextStyle labelTextStyle = TextStyle(
|
||||
fontSize: 14,
|
||||
fontWeight: FontWeight.w400,
|
||||
color: AppColor.colorLabelComposer
|
||||
);
|
||||
static const TextStyle inputTextStyle = TextStyle(
|
||||
color: Colors.black,
|
||||
fontSize: 16,
|
||||
|
||||
@@ -6,17 +6,17 @@ class BottomBarComposerWidgetStyle {
|
||||
static const double iconRadius = 8;
|
||||
static const double space = 10;
|
||||
static const double sendButtonSpace = 12;
|
||||
static const double iconSize = 20;
|
||||
static const double richTextIconSize = 24;
|
||||
static const double iconSize = 24;
|
||||
static const double sendButtonRadius = 8;
|
||||
static const double sendButtonIconSpace = 5;
|
||||
static const double height = 60;
|
||||
static const double height = 70;
|
||||
|
||||
static const Color backgroundColor = Colors.white;
|
||||
static const Color iconColor = AppColor.steelGrayA540;
|
||||
static const Color sendButtonBackgroundColor = AppColor.blue700;
|
||||
static const Color selectedIconColor = AppColor.blue700;
|
||||
static const Color disabledIconColor = AppColor.colorRichButtonComposer;
|
||||
static const Color selectedBackgroundColor = AppColor.colorSelected;
|
||||
|
||||
static const EdgeInsetsGeometry padding = EdgeInsetsDirectional.symmetric(horizontal: 32);
|
||||
static const EdgeInsetsGeometry iconPadding = EdgeInsetsDirectional.all(5);
|
||||
|
||||
-6
@@ -60,12 +60,6 @@ class FromComposerDropDownWidgetStyle {
|
||||
height: 72,
|
||||
overlayColor: WidgetStateProperty.resolveWith<Color>((Set<WidgetState> states) => Colors.white)
|
||||
);
|
||||
|
||||
static const TextStyle prefixTextStyle = TextStyle(
|
||||
fontSize: 14,
|
||||
fontWeight: FontWeight.w400,
|
||||
color: AppColor.colorLabelComposer,
|
||||
);
|
||||
static const TextStyle avatarTextStyle = TextStyle(
|
||||
fontSize: 16,
|
||||
fontWeight: FontWeight.w600,
|
||||
|
||||
Reference in New Issue
Block a user