Unverified Commit 788f01f9 authored by Hans Muller's avatar Hans Muller Committed by GitHub

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

parent a441a403
...@@ -17,7 +17,7 @@ const double kTextTabBarHeight = 48.0; ...@@ -17,7 +17,7 @@ const double kTextTabBarHeight = 48.0;
const Duration kThemeChangeDuration = const Duration(milliseconds: 200); const Duration kThemeChangeDuration = const Duration(milliseconds: 200);
/// The radius of a circular material ink response in logical pixels. /// 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. /// The amount of time a circular material ink response should take to expand to its full size.
const Duration kRadialReactionDuration = const Duration(milliseconds: 100); const Duration kRadialReactionDuration = const Duration(milliseconds: 100);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment