Skip to content

Commit

Permalink
Revert kRadialReactionRadius was 20 is now 24 again (flutter#14522)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans Muller authored Feb 7, 2018
1 parent a441a40 commit 788f01f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/flutter/lib/src/material/constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const double kTextTabBarHeight = 48.0;
const Duration kThemeChangeDuration = const Duration(milliseconds: 200);

/// The radius of a circular material ink response in logical pixels.
const double kRadialReactionRadius = 20.0;
const double kRadialReactionRadius = 24.0;

/// The amount of time a circular material ink response should take to expand to its full size.
const Duration kRadialReactionDuration = const Duration(milliseconds: 100);
Expand Down

0 comments on commit 788f01f

Please sign in to comment.