Skip to content

Commit

Permalink
fix: markdown code background color
Browse files Browse the repository at this point in the history
closes #108
  • Loading branch information
pd4d10 committed Oct 6, 2020
1 parent 4ae8f52 commit 9af1900
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/widgets/markdown_view.dart
Expand Up @@ -81,6 +81,7 @@ class MarkdownView extends StatelessWidget {
a: _basicStyle.copyWith(color: theme.palette.primary),
p: _basicStyle,
code: _basicStyle.copyWith(
backgroundColor: theme.palette.grayBackground,
fontSize: 16 * 0.85,
height: 1.45,
fontFamily: code.fontFamilyUsed,
Expand Down

0 comments on commit 9af1900

Please sign in to comment.