feat: update bold text style

This commit is contained in:
Lucas.Xu 2022-11-28 21:31:33 +08:00
parent 52ba0c0092
commit 43031b50eb

View File

@ -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,
);