Fix how changelog quotes look in dark theme (#2065)

This commit is contained in:
Imran Remtulla
2025-01-14 17:36:14 +03:00
parent e16320f995
commit 3a5157ced0

View File

@ -60,6 +60,9 @@ showChangeLogDialog(BuildContext context, App app, String? changesUrl,
width: MediaQuery.of(context).size.width,
height: MediaQuery.of(context).size.height - 350,
child: Markdown(
styleSheet: MarkdownStyleSheet(
blockquoteDecoration: BoxDecoration(
color: Theme.of(context).cardColor)),
data: changeLog,
onTapLink: (text, href, title) {
if (href != null) {