Skip to content

Commit

Permalink
Fix color of BOT title
Browse files Browse the repository at this point in the history
  • Loading branch information
julien4215 committed Dec 13, 2024
1 parent 28a5e39 commit e845066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/view/broadcast/broadcast_player_widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class BroadcastPlayerWidget extends ConsumerWidget {
title!,
style: TextStyle(
color: (title == 'BOT')
? context.lichessColors.purple
? context.lichessColors.fancy
: context.lichessColors.brag,
fontWeight: FontWeight.bold,
),
Expand Down

0 comments on commit e845066

Please sign in to comment.