opt: readlist url, note item

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-12 21:19:39 +08:00
parent de9eb2292e
commit d15b8091bc
4 changed files with 15 additions and 16 deletions

View File

@@ -37,7 +37,7 @@ class OpusContent extends StatelessWidget {
TextStyle(
decoration:
style?.strikethrough == true ? TextDecoration.lineThrough : null,
decorationColor: color
decorationColor: color,
fontStyle: style?.italic == true ? FontStyle.italic : null,
fontWeight: style?.bold == true ? FontWeight.bold : null,
color: color,