Skip to content

Commit

Permalink
Merge pull request #86 from wasabia/patch-1
Browse files Browse the repository at this point in the history
Update date_picker_theme.dart
  • Loading branch information
dylanwuzh committed Apr 21, 2020
2 parents 5756728 + a30cde8 commit 920eb16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/date_picker_theme.dart
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const double DATETIME_PICKER_ITEM_HEIGHT = 36.0;
const TextStyle DATETIME_PICKER_ITEM_TEXT_STYLE =
const TextStyle(color: Color(0xFF000046), fontSize: 16.0);

class DateTimePickerTheme extends Diagnosticable {
class DateTimePickerTheme with Diagnosticable {
final cancelDefault = const Text('OK');

/// DateTimePicker theme.
Expand Down

0 comments on commit 920eb16

Please sign in to comment.