Skip to content

Commit ed791a4

Browse files
committed
fix light theme color on torrent content screen popup menu
1 parent 4c6b3f8 commit ed791a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Pages/torrent_content_screen.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ class _TorrentContentScreenState extends State<TorrentContentScreen> {
122122
},
123123
),
124124
PopupMenuButton<String>(
125-
color: ThemeProvider.theme.backgroundColor,
125+
color: ThemeProvider.theme.primaryColorLight,
126126
icon: Icon(
127127
Icons.more_vert,
128128
color: ThemeProvider.theme.textTheme.bodyText1?.color,

0 commit comments

Comments
 (0)