Skip to content

Commit

Permalink
Dark Theme Color Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
yashugarg committed Sep 10, 2020
1 parent bfa890b commit a4f9408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/simulations/bubble_sort.dart
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ class _BubbleSortBarsState extends State<BubbleSortBars> {
body: Stack(
children: <Widget>[
Container(
color: Theme.of(context).accentColor,
color: Colors.grey[900],
child: Stack(
children: <Widget>[
for (var k = 0; k < _elements.length; k++)
Expand Down

0 comments on commit a4f9408

Please sign in to comment.