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 4c6b3f8 commit ed791a4Copy full SHA for ed791a4
lib/Pages/torrent_content_screen.dart
@@ -122,7 +122,7 @@ class _TorrentContentScreenState extends State<TorrentContentScreen> {
122
},
123
),
124
PopupMenuButton<String>(
125
- color: ThemeProvider.theme.backgroundColor,
+ color: ThemeProvider.theme.primaryColorLight,
126
icon: Icon(
127
Icons.more_vert,
128
color: ThemeProvider.theme.textTheme.bodyText1?.color,
0 commit comments