mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-11-17 19:07:30 +00:00
feat: customize the placeholder text style
This commit is contained in:
parent
e7adc3bcbf
commit
3f97820094
@ -14,6 +14,10 @@ EditorStyle customEditorTheme(BuildContext context) {
|
|||||||
fontFamily: 'poppins',
|
fontFamily: 'poppins',
|
||||||
fontSize: _baseFontSize,
|
fontSize: _baseFontSize,
|
||||||
),
|
),
|
||||||
|
placeholderTextStyle: editorStyle.placeholderTextStyle?.copyWith(
|
||||||
|
fontFamily: 'poppins',
|
||||||
|
fontSize: _baseFontSize,
|
||||||
|
),
|
||||||
bold: editorStyle.bold?.copyWith(
|
bold: editorStyle.bold?.copyWith(
|
||||||
fontWeight: FontWeight.w500,
|
fontWeight: FontWeight.w500,
|
||||||
),
|
),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user