File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -837,7 +837,7 @@ class _RSSFeedHomePageState extends State<RSSFeedHomePage>
837
837
isScrollControlled: true ,
838
838
context: context,
839
839
backgroundColor: ThemeProvider
840
- .theme.backgroundColor ,
840
+ .theme.primaryColorLight ,
841
841
builder: (context) {
842
842
return ListView (
843
843
shrinkWrap: true ,
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ class _BottomFloatingMenuButtonState extends State<BottomFloatingMenuButton>
100
100
),
101
101
isScrollControlled: true ,
102
102
context: context,
103
- backgroundColor: ThemeProvider .theme.backgroundColor ,
103
+ backgroundColor: ThemeProvider .theme.primaryColorLight ,
104
104
builder: (context) {
105
105
return ListView (shrinkWrap: true , children: [
106
106
Padding (
@@ -381,7 +381,7 @@ class _BottomFloatingMenuButtonState extends State<BottomFloatingMenuButton>
381
381
),
382
382
isScrollControlled: true ,
383
383
context: context,
384
- backgroundColor: ThemeProvider .theme.backgroundColor ,
384
+ backgroundColor: ThemeProvider .theme.primaryColorLight ,
385
385
builder: (context) {
386
386
return ListView (shrinkWrap: true , children: [
387
387
Padding (
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ class _TorrentTileState extends State<TorrentTile> {
37
37
),
38
38
isScrollControlled: true ,
39
39
context: context,
40
- backgroundColor: ThemeProvider .theme.backgroundColor ,
40
+ backgroundColor: ThemeProvider .theme.primaryColorLight ,
41
41
builder: (context) {
42
42
return DeleteTorrentSheet (
43
43
torrent: widget.model,
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ class _HomeScreenState extends State<HomeScreen> {
91
91
),
92
92
isScrollControlled: true ,
93
93
context: context,
94
- backgroundColor: ThemeProvider .theme.backgroundColor ,
94
+ backgroundColor: ThemeProvider .theme.primaryColorLight ,
95
95
builder: (context) {
96
96
return AddAutoTorrent (
97
97
base64: base64, imageBytes: imageBytes, uriString: uriString);
You can’t perform that action at this time.
0 commit comments