mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 22:57:12 -04:00
fix under_line and strike_through line issue
This commit is contained in:
parent
6b314ea283
commit
eff62b24fb
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue