mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-23 17:18:31 +00:00
feat: customize the placeholder text style
This commit is contained in:
parent
e7adc3bcbf
commit
3f97820094
1 changed files with 4 additions and 0 deletions
|
|
@ -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,
|
||||
),
|
||||
|
|
|
|||
Loading…
Reference in a new issue