Skip to content

Commit 7389a02

Browse files
clocksmithwilllarche
authored andcommitted
[104] Decrease backdrop radius size to match mocks. (#21)
1 parent 4a00a80 commit 7389a02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mdc_100_series/lib/backdrop.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class _BackdropPanel extends StatelessWidget {
3535
return Material(
3636
elevation: 16.0,
3737
shape: BeveledRectangleBorder(
38-
borderRadius: BorderRadius.only(topLeft: Radius.circular(64.0)),
38+
borderRadius: BorderRadius.only(topLeft: Radius.circular(46.0)),
3939
),
4040
child: Column(
4141
crossAxisAlignment: CrossAxisAlignment.stretch,

0 commit comments

Comments
 (0)