| Index: sky/sdk/lib/widgets/flat_button.dart
|
| diff --git a/sky/sdk/lib/widgets/flat_button.dart b/sky/sdk/lib/widgets/flat_button.dart
|
| index a312537dadc584c10be397f021e6222e3611d735..017e5458900d7b50eb4d12eed4ca697c4a5e1d4e 100644
|
| --- a/sky/sdk/lib/widgets/flat_button.dart
|
| +++ b/sky/sdk/lib/widgets/flat_button.dart
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -import '../theme2/colors.dart';
|
| +import '../theme/colors.dart';
|
| import 'basic.dart';
|
| import 'material_button.dart';
|
|
|
|
|