diff --git a/frontend/app_flowy/lib/plugins/doc/editor_styles.dart b/frontend/app_flowy/lib/plugins/doc/editor_styles.dart index bbc9275444..0c503e19cb 100644 --- a/frontend/app_flowy/lib/plugins/doc/editor_styles.dart +++ b/frontend/app_flowy/lib/plugins/doc/editor_styles.dart @@ -14,6 +14,10 @@ EditorStyle customEditorTheme(BuildContext context) { fontFamily: 'poppins', fontSize: _baseFontSize, ), + placeholderTextStyle: editorStyle.placeholderTextStyle?.copyWith( + fontFamily: 'poppins', + fontSize: _baseFontSize, + ), bold: editorStyle.bold?.copyWith( fontWeight: FontWeight.w500, ),