We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3d667c commit 44868acCopy full SHA for 44868ac
lib/tweet/tweet.dart
@@ -396,8 +396,8 @@ class TweetTileState extends State<TweetTile> with SingleTickerProviderStateMixi
396
if (tweet.isQuoteStatus ?? false) {
397
if (tweet.quotedStatusWithCard != null) {
398
quotedTweet = Container(
399
- decoration:
400
- BoxDecoration(border: Border.all(color: theme.primaryColor), borderRadius: BorderRadius.circular(8)),
+ decoration: BoxDecoration(
+ border: Border.all(color: theme.colorScheme.primary), borderRadius: BorderRadius.circular(8)),
401
margin: const EdgeInsets.all(8),
402
child: TweetTile(
403
clickable: true,
0 commit comments