mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-18 03:36:34 -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
|
|
@ -59,7 +59,11 @@ class PeopleRow extends ConsumerWidget {
|
|||
child: Container(
|
||||
decoration: BoxDecoration(
|
||||
borderRadius: FladderTheme.smallShape.borderRadius,
|
||||
color: Theme.of(context).cardTheme.color?.withValues(alpha: 0.1),
|
||||
color: Theme.of(context).colorScheme.surfaceContainer,
|
||||
),
|
||||
foregroundDecoration: BoxDecoration(
|
||||
borderRadius: FladderTheme.smallShape.borderRadius,
|
||||
border: Border.all(width: 2, color: Colors.white.withAlpha(25)),
|
||||
),
|
||||
child: FocusButton(
|
||||
onTap: () => Navigator.of(context).push(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue