Skip to content

Commit 6986023

Browse files
committed
code_block [nfc]: Update TODO to more specific issue
1 parent db064a0 commit 6986023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/widgets/code_block.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import 'text.dart';
77
/// [TextStyle]s used to render code blocks.
88
///
99
/// Use [forSpan] for syntax highlighting.
10-
// TODO(#95) follow web for dark-theme colors
10+
// TODO(#749) follow web for dark-theme colors
1111
class CodeBlockTextStyles {
1212
factory CodeBlockTextStyles(BuildContext context) {
1313
final bold = weightVariableTextStyle(context, wght: 700);

0 commit comments

Comments
 (0)