We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 883f1dc commit 4c6b3f8Copy full SHA for 4c6b3f8
lib/Components/torrent_tile.dart
@@ -37,7 +37,7 @@ class _TorrentTileState extends State<TorrentTile> {
37
),
38
isScrollControlled: true,
39
context: context,
40
- backgroundColor: ThemeProvider.theme.backgroundColor,
+ backgroundColor: ThemeProvider.theme.scaffoldBackgroundColor,
41
builder: (context) {
42
return DeleteTorrentSheet(
43
torrent: widget.model,
0 commit comments