mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
feat: update bold text style
This commit is contained in:
parent
52ba0c0092
commit
43031b50eb
@ -20,7 +20,8 @@ EditorStyle customEditorTheme(BuildContext context) {
|
||||
fontSize: documentStyle.fontSize,
|
||||
),
|
||||
bold: editorStyle.bold?.copyWith(
|
||||
fontWeight: FontWeight.w500,
|
||||
fontWeight: FontWeight.w600,
|
||||
fontFamily: 'poppins-Bold',
|
||||
),
|
||||
backgroundColor: Theme.of(context).colorScheme.surface,
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user