| Index: sky/sdk/lib/widgets/floating_action_button.dart
|
| diff --git a/sky/sdk/lib/widgets/floating_action_button.dart b/sky/sdk/lib/widgets/floating_action_button.dart
|
| index f164fb2a02a19a6bd7e0192f836ded1170882589..8b3952ab434a77594c9f003108a442878e1a823f 100644
|
| --- a/sky/sdk/lib/widgets/floating_action_button.dart
|
| +++ b/sky/sdk/lib/widgets/floating_action_button.dart
|
| @@ -2,8 +2,8 @@
|
| // 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 '../theme2/edges.dart';
|
| +import '../theme/colors.dart';
|
| +import '../theme/edges.dart';
|
| import 'basic.dart';
|
| import 'button_base.dart';
|
| import 'ink_well.dart';
|
|
|