Skip to content

Commit ce5c90d

Browse files
clocksmithwilllarche
authored andcommitted
[104] Decrease backdrop radius size to match mocks. (#21)
1 parent 9db3791 commit ce5c90d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mdc_100_series/lib/backdrop.dart

+1-1
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)