chore: Small adjustment to poster colors

This commit is contained in:
PartyDonut 2025-10-12 23:10:31 +02:00
parent de972e6e7c
commit 66ffc8c112
6 changed files with 84 additions and 47 deletions

View file

@ -172,7 +172,7 @@ class FocusButtonState extends State<FocusButton> {
: null,
border: Border.all(
width: value ? 3.5 : 2,
color: value ? Theme.of(context).colorScheme.primary : Colors.white.withAlpha(15),
color: Theme.of(context).colorScheme.primary.withValues(alpha: value ? 1 : 0.0),
),
),
child: FlatButton(