Browse Source

fix under_line and strike_through line issue

appflowy 3 years ago
parent
commit
eff62b24fb

+ 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,