| 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 5efbcd49ef7cf881ca987339e187bfd5717fd232..4b5d39bfbf47da38725fcf811dafb91b5799b812 100644
|
| --- a/sky/sdk/lib/widgets/flat_button.dart
|
| +++ b/sky/sdk/lib/widgets/flat_button.dart
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -import '../theme/colors.dart';
|
| -import 'basic.dart';
|
| -import 'material_button.dart';
|
| -import 'theme.dart';
|
| +import 'package:sky/theme/colors.dart';
|
| +import 'package:sky/widgets/basic.dart';
|
| +import 'package:sky/widgets/material_button.dart';
|
| +import 'package:sky/widgets/theme.dart';
|
|
|
| class FlatButton extends MaterialButton {
|
| FlatButton({
|
|
|