瀏覽代碼

feat: customize the placeholder text style

Lucas.Xu 2 年之前
父節點
當前提交
3f97820094
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      frontend/app_flowy/lib/plugins/doc/editor_styles.dart

+ 4 - 0
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,
     ),