We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7adc3b commit 3f97820Copy full SHA for 3f97820
frontend/app_flowy/lib/plugins/doc/editor_styles.dart
@@ -14,6 +14,10 @@ EditorStyle customEditorTheme(BuildContext context) {
14
fontFamily: 'poppins',
15
fontSize: _baseFontSize,
16
),
17
+ placeholderTextStyle: editorStyle.placeholderTextStyle?.copyWith(
18
+ fontFamily: 'poppins',
19
+ fontSize: _baseFontSize,
20
+ ),
21
bold: editorStyle.bold?.copyWith(
22
fontWeight: FontWeight.w500,
23
0 commit comments