Skip to content

Commit a4f9408

Browse files
committed
Dark Theme Color Fixed
1 parent bfa890b commit a4f9408

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/src/simulations/bubble_sort.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ class _BubbleSortBarsState extends State<BubbleSortBars> {
248248
body: Stack(
249249
children: <Widget>[
250250
Container(
251-
color: Theme.of(context).accentColor,
251+
color: Colors.grey[900],
252252
child: Stack(
253253
children: <Widget>[
254254
for (var k = 0; k < _elements.length; k++)

0 commit comments

Comments
 (0)