Revert kRadialReactionRadius was 20 is now 24 again (#14522)

This commit is contained in:
Hans Muller 2018-02-07 10:26:55 -08:00 committed by GitHub
parent a441a4030f
commit 788f01f90d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);