Skip to content

Commit 0192f88

Browse files
authored
Fix TimePicker token issue link (#131863)
Fix issue reference for flutter/flutter#131247 (it was added in the bug fix PR flutter/flutter#131253)
1 parent f0e3934 commit 0192f88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tools/gen_defaults/lib/time_picker_template.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ class _${blockName}DefaultsM3 extends _TimePickerDefaults {
281281
@override
282282
TextStyle get hourMinuteTextStyle {
283283
return MaterialStateTextStyle.resolveWith((Set<MaterialState> states) {
284-
// TODO(tahatesser): Update this when https://github.com/flutter/flutter/issues/127035 is fixed.
284+
// TODO(tahatesser): Update this when https://github.com/flutter/flutter/issues/131247 is fixed.
285285
// This is using the correct text style from Material 3 spec.
286286
// https://m3.material.io/components/time-pickers/specs#fd0b6939-edab-4058-82e1-93d163945215
287287
return _textTheme.displayMedium!.copyWith(color: _hourMinuteTextColor.resolve(states));

0 commit comments

Comments
 (0)