Skip to content

Commit 4c6b3f8

Browse files
committed
fix light theme color in delete torrent sheet
1 parent 883f1dc commit 4c6b3f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Components/torrent_tile.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class _TorrentTileState extends State<TorrentTile> {
3737
),
3838
isScrollControlled: true,
3939
context: context,
40-
backgroundColor: ThemeProvider.theme.backgroundColor,
40+
backgroundColor: ThemeProvider.theme.scaffoldBackgroundColor,
4141
builder: (context) {
4242
return DeleteTorrentSheet(
4343
torrent: widget.model,

0 commit comments

Comments
 (0)