mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix under_line and strike_through line issue
This commit is contained in:
parent
6b314ea283
commit
eff62b24fb
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user