| Index: sky/sdk/lib/framework/components2/ink_well.dart
|
| diff --git a/sky/sdk/lib/framework/components2/ink_well.dart b/sky/sdk/lib/framework/components2/ink_well.dart
|
| index ca7399695c01c6fccb031029a0cbd56801a81da0..a67a63533c3ac60a644040496eb0bd2bd37950f2 100644
|
| --- a/sky/sdk/lib/framework/components2/ink_well.dart
|
| +++ b/sky/sdk/lib/framework/components2/ink_well.dart
|
| @@ -116,10 +116,10 @@ class InkWell extends Component {
|
|
|
| UINode build() {
|
| return new InkWellWrapper(
|
| - child: new FlexContainer(
|
| + child: new Flex(
|
| + children,
|
| direction: FlexDirection.horizontal,
|
| - justifyContent: FlexJustifyContent.center,
|
| - children: children
|
| + justifyContent: FlexJustifyContent.center
|
| )
|
| );
|
| }
|
|
|