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,