| Index: sky/framework/components/floating_action_button.dart
|
| diff --git a/sky/framework/components/floating_action_button.dart b/sky/framework/components/floating_action_button.dart
|
| index ab7338eb733c8246abee3b32f578227409149f74..1752710cdc3f4c2375119ee0aaeb648b9db2f455 100644
|
| --- a/sky/framework/components/floating_action_button.dart
|
| +++ b/sky/framework/components/floating_action_button.dart
|
| @@ -5,7 +5,6 @@
|
| import '../fn.dart';
|
| import 'material.dart';
|
| import '../theme/colors.dart';
|
| -import '../theme/shadows.dart';
|
|
|
| class FloatingActionButton extends Component {
|
| static final Style _style = new Style('''
|
|
|