We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db064a0 commit 6986023Copy full SHA for 6986023
lib/widgets/code_block.dart
@@ -7,7 +7,7 @@ import 'text.dart';
7
/// [TextStyle]s used to render code blocks.
8
///
9
/// Use [forSpan] for syntax highlighting.
10
-// TODO(#95) follow web for dark-theme colors
+// TODO(#749) follow web for dark-theme colors
11
class CodeBlockTextStyles {
12
factory CodeBlockTextStyles(BuildContext context) {
13
final bold = weightVariableTextStyle(context, wght: 700);
0 commit comments