From 3a5157ced092ea310133a230b41e09d18bcf8c49 Mon Sep 17 00:00:00 2001 From: Imran Remtulla Date: Tue, 14 Jan 2025 17:36:14 +0300 Subject: [PATCH] Fix how changelog quotes look in dark theme (#2065) --- lib/pages/apps.dart | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/pages/apps.dart b/lib/pages/apps.dart index a6a88b6..f45e909 100644 --- a/lib/pages/apps.dart +++ b/lib/pages/apps.dart @@ -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) {