Explorar o código

feat: update bold text style

Lucas.Xu %!s(int64=2) %!d(string=hai) anos
pai
achega
43031b50eb
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      frontend/app_flowy/lib/plugins/document/editor_styles.dart

+ 2 - 1
frontend/app_flowy/lib/plugins/document/editor_styles.dart

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