mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-07-16 22:56:44 +02:00
Fix how changelog quotes look in dark theme (#2065)
This commit is contained in:
@ -60,6 +60,9 @@ showChangeLogDialog(BuildContext context, App app, String? changesUrl,
|
|||||||
width: MediaQuery.of(context).size.width,
|
width: MediaQuery.of(context).size.width,
|
||||||
height: MediaQuery.of(context).size.height - 350,
|
height: MediaQuery.of(context).size.height - 350,
|
||||||
child: Markdown(
|
child: Markdown(
|
||||||
|
styleSheet: MarkdownStyleSheet(
|
||||||
|
blockquoteDecoration: BoxDecoration(
|
||||||
|
color: Theme.of(context).cardColor)),
|
||||||
data: changeLog,
|
data: changeLog,
|
||||||
onTapLink: (text, href, title) {
|
onTapLink: (text, href, title) {
|
||||||
if (href != null) {
|
if (href != null) {
|
||||||
|
Reference in New Issue
Block a user