Skip to content

Commit 86fa566

Browse files
dab246hoangdat
authored andcommitted
TF-3410 Fix wrong text style Send button in ComposerView
Signed-off-by: dab246 <tdvu@linagora.com>
1 parent d6914a6 commit 86fa566

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

lib/features/composer/presentation/styles/web/bottom_bar_composer_widget_style.dart

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11

2+
import 'package:core/presentation/constants/constants_ui.dart';
23
import 'package:core/presentation/extensions/color_extension.dart';
34
import 'package:flutter/material.dart';
45

@@ -25,9 +26,12 @@ class BottomBarComposerWidgetStyle {
2526
static const EdgeInsetsGeometry popupItemPadding = EdgeInsetsDirectional.symmetric(horizontal: 12);
2627

2728
static const TextStyle sendButtonTextStyle = TextStyle(
29+
fontFamily: ConstantsUI.fontApp,
2830
fontWeight: FontWeight.w500,
29-
fontSize: 15,
31+
fontSize: 17,
32+
height: 22 / 17,
3033
color: Colors.white,
34+
letterSpacing: -0.41,
3135
);
3236
static const TextStyle popupItemTextStyle = TextStyle(
3337
color: Colors.black,

0 commit comments

Comments
 (0)