Skip to content

Commit

Permalink
add: cards are true dark
Browse files Browse the repository at this point in the history
  • Loading branch information
harljo committed Apr 4, 2024
1 parent 8f5a57b commit 3ad809f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/tweet/tweet.dart
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,8 @@ class TweetTileState extends State<TweetTile> with SingleTickerProviderStateMixi

return Consumer<ImportDataModel>(
builder: (context, model, child) => Card(
color:
prefs.get(optionThemeMode) == 'dark' && prefs.get(optionThemeTrueBlack) == true ? Colors.black : null,
child: Row(
children: [
retweetSidebar,
Expand Down

0 comments on commit 3ad809f

Please sign in to comment.