File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
lib/features/composer/presentation/styles/web Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 11
2+ import 'package:core/presentation/constants/constants_ui.dart' ;
23import 'package:core/presentation/extensions/color_extension.dart' ;
34import '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,
You can’t perform that action at this time.
0 commit comments