From eff62b24fbeddd96df0927a79dd09eca65a75c33 Mon Sep 17 00:00:00 2001 From: appflowy Date: Thu, 27 Jan 2022 16:40:38 +0800 Subject: [PATCH] fix under_line and strike_through line issue --- .../lib/workspace/presentation/stack_page/doc/styles.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app_flowy/lib/workspace/presentation/stack_page/doc/styles.dart b/frontend/app_flowy/lib/workspace/presentation/stack_page/doc/styles.dart index dbaaa8ba45..fdf3183354 100644 --- a/frontend/app_flowy/lib/workspace/presentation/stack_page/doc/styles.dart +++ b/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,