fix under_line and strike_through line issue

This commit is contained in:
appflowy 2022-01-27 16:40:38 +08:00
parent 6b314ea283
commit eff62b24fb

View File

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