| Index: sky/framework/components/button_base.dart
|
| diff --git a/sky/framework/components/button_base.dart b/sky/framework/components/button_base.dart
|
| index baf590a44e7afd149e12803bb21e6e473247f42e..40c131d57134e19efcf10d741e532eccade87b27 100644
|
| --- a/sky/framework/components/button_base.dart
|
| +++ b/sky/framework/components/button_base.dart
|
| @@ -3,9 +3,8 @@
|
| // found in the LICENSE file.
|
|
|
| import '../fn.dart';
|
| -import 'material.dart';
|
|
|
| -abstract class ButtonBase extends Material {
|
| +abstract class ButtonBase extends Component {
|
| bool highlight = false;
|
|
|
| ButtonBase({ Object key }) : super(key: key) {
|
|
|