Skip to content

Commit 05b21c4

Browse files
singerdmxrenntbenrennt
authored andcommitted
Fix warnings
1 parent 35707db commit 05b21c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/widgets/default_styles.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ class DefaultStyles {
202202

203203
final inlineCodeStyle = TextStyle(
204204
fontSize: 14,
205-
color: themeData.colorScheme.primaryVariant.withOpacity(0.8),
205+
color: themeData.colorScheme.primary.withOpacity(0.8),
206206
fontFamily: fontFamily,
207207
);
208208

0 commit comments

Comments
 (0)