Skip to content

Commit

Permalink
Fix how changelog quotes look in dark theme (ImranR98#2065)
Browse files Browse the repository at this point in the history
  • Loading branch information
ImranR98 committed Jan 14, 2025
1 parent e16320f commit 3a5157c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/pages/apps.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 3a5157c

Please sign in to comment.