diff --git a/example/example.dart b/example/example.dart index 833fe67..22c8e0f 100644 --- a/example/example.dart +++ b/example/example.dart @@ -37,7 +37,7 @@ class ConnectionExample extends StatelessWidget { return new Scaffold( body: new Row( children: [ - new RaisedButton( + new ElevatedButton( onPressed: actions.increment, child: new Text('Increment'), ), @@ -81,7 +81,7 @@ class CounterWidget extends StoreConnector { new Scaffold( body: new Row( children: [ - new RaisedButton( + new ElevatedButton( onPressed: actions.increment, child: new Text('Increment'), ),