Commit 6c8c824e authored by Darshan Baid's avatar Darshan Baid Committed by Hans Muller

Updated color to use theme accentColor (#16079)

parent 6a080aa9
...@@ -307,7 +307,7 @@ class StockHomeState extends State<StockHome> { ...@@ -307,7 +307,7 @@ class StockHomeState extends State<StockHome> {
return new FloatingActionButton( return new FloatingActionButton(
tooltip: 'Create company', tooltip: 'Create company',
child: const Icon(Icons.add), child: const Icon(Icons.add),
backgroundColor: Colors.redAccent, backgroundColor: Theme.of(context).accentColor,
onPressed: _handleCreateCompany, onPressed: _handleCreateCompany,
); );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment