Skip to content

Commit

Permalink
[104] Decrease backdrop radius size to match mocks. (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
clocksmith authored and willlarche committed May 16, 2018
1 parent 4a00a80 commit 7389a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mdc_100_series/lib/backdrop.dart
Expand Up @@ -35,7 +35,7 @@ class _BackdropPanel extends StatelessWidget {
return Material(
elevation: 16.0,
shape: BeveledRectangleBorder(
borderRadius: BorderRadius.only(topLeft: Radius.circular(64.0)),
borderRadius: BorderRadius.only(topLeft: Radius.circular(46.0)),
),
child: Column(
crossAxisAlignment: CrossAxisAlignment.stretch,
Expand Down

0 comments on commit 7389a02

Please sign in to comment.