mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 14:47:13 -04:00
feat: update bold text style
This commit is contained in:
parent
52ba0c0092
commit
43031b50eb
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue