diff --git a/lib/features/composer/presentation/styles/title_composer_widget_style.dart b/lib/features/composer/presentation/styles/title_composer_widget_style.dart index 9dc8c1841..a4579bfa2 100644 --- a/lib/features/composer/presentation/styles/title_composer_widget_style.dart +++ b/lib/features/composer/presentation/styles/title_composer_widget_style.dart @@ -1,10 +1,9 @@ +import 'package:core/presentation/utils/theme_utils.dart'; import 'package:flutter/material.dart'; class TitleComposerWidgetStyle { - static const TextStyle textStyle = TextStyle( - fontSize: 17, - fontWeight: FontWeight.w600, + static final TextStyle textStyle = ThemeUtils.textStyleHeadingHeadingSmall( color: Colors.black ); } \ No newline at end of file