| Index: sky/sdk/lib/widgets/raised_button.dart
|
| diff --git a/sky/sdk/lib/widgets/raised_button.dart b/sky/sdk/lib/widgets/raised_button.dart
|
| index 623b9ca072be60e2a48506b7ca0173d92d50c5aa..7e8bfb5aa338c0ce1435bde347b425d08965c5c4 100644
|
| --- a/sky/sdk/lib/widgets/raised_button.dart
|
| +++ b/sky/sdk/lib/widgets/raised_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';
|
|
|
|
|