TF-3410 Fix wrong text style title in ComposerView
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -1,10 +1,9 @@
|
|||||||
|
|
||||||
|
import 'package:core/presentation/utils/theme_utils.dart';
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
|
|
||||||
class TitleComposerWidgetStyle {
|
class TitleComposerWidgetStyle {
|
||||||
static const TextStyle textStyle = TextStyle(
|
static final TextStyle textStyle = ThemeUtils.textStyleHeadingHeadingSmall(
|
||||||
fontSize: 17,
|
|
||||||
fontWeight: FontWeight.w600,
|
|
||||||
color: Colors.black
|
color: Colors.black
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user