浏览代码

fix under_line and strike_through line issue

appflowy 3 年之前
父节点
当前提交
eff62b24fb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      frontend/app_flowy/lib/workspace/presentation/stack_page/doc/styles.dart

+ 1 - 1
frontend/app_flowy/lib/workspace/presentation/stack_page/doc/styles.dart

@@ -68,7 +68,7 @@ DefaultStyles customStyles(BuildContext context) {
         color: themeData.colorScheme.secondary,
         decoration: TextDecoration.underline,
       ),
-      color: (theme.isDark ? theme.shader1 : theme.shader7),
+      color: theme.textColor,
       placeHolder: DefaultTextBlockStyle(
           defaultTextStyle.style.copyWith(
             fontSize: 20,