fix: markdown code background color

closes #108
This commit is contained in:
Rongjian Zhang 2020-10-06 21:02:13 +08:00
parent 4ae8f52991
commit 9af190000b
1 changed files with 1 additions and 0 deletions

View File

@ -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,