소스 검색

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,