Adjusted margin
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 2m4s
Pull Request Pipeline / lint (pull_request) Successful in 2m8s

This commit is contained in:
2025-12-06 17:23:40 +01:00
parent 3d12f0c160
commit a1a995777b
2 changed files with 2 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ class TitleDescriptionListTile extends StatelessWidget {
return GestureDetector(
onTap: onPressed,
child: AnimatedContainer(
margin: const EdgeInsets.symmetric(horizontal: 12, vertical: 10),
margin: const EdgeInsets.symmetric(vertical: 10, horizontal: 10),
padding: const EdgeInsets.symmetric(vertical: 6, horizontal: 12),
decoration: isHighlighted
? CustomTheme.highlightedBoxDecoration