mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-08 15:08:18 -07:00
chore: Small adjustment to poster colors
This commit is contained in:
parent
de972e6e7c
commit
66ffc8c112
6 changed files with 84 additions and 47 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue