Updated highlightedBoxDecoration
All checks were successful
Pull Request Pipeline / lint (pull_request) Successful in 47s
Pull Request Pipeline / test (pull_request) Successful in 46s
Pull Request Pipeline / localizations (pull_request) Successful in 26s

This commit is contained in:
2026-05-23 01:08:29 +02:00
parent 25afe998f5
commit a1b2a1d722
5 changed files with 19 additions and 14 deletions

View File

@@ -67,13 +67,14 @@ class GameTile extends StatelessWidget {
}
},
child: AnimatedContainer(
margin: const EdgeInsets.symmetric(vertical: 10, horizontal: 10),
margin: const EdgeInsets.symmetric(vertical: 8, horizontal: 10),
decoration: !isHighlighted
? CustomTheme.standardBoxDecoration
: CustomTheme.highlightedBoxDecoration.copyWith(
border: Border.all(
color: gameColor.withValues(alpha: 0.9),
width: 2,
strokeAlign: BorderSide.strokeAlignCenter,
),
),
duration: const Duration(milliseconds: 200),