Updated license tile sizes

This commit is contained in:
2026-01-12 19:09:31 +01:00
parent cd3a5c2a49
commit 7d0da81cf5
2 changed files with 5 additions and 5 deletions

View File

@@ -20,15 +20,15 @@ class LicenseTile extends StatelessWidget {
},
child: Container(
margin: const EdgeInsets.only(bottom: 8),
padding: const EdgeInsets.all(16),
padding: const EdgeInsets.symmetric(vertical: 10, horizontal: 12),
decoration: CustomTheme.standardBoxDecoration.copyWith(
borderRadius: BorderRadius.circular(12),
),
child: Row(
children: [
Container(
width: 48,
height: 48,
width: 50,
height: 50,
decoration: BoxDecoration(
color: CustomTheme.primaryColor.withAlpha(40),
borderRadius: BorderRadius.circular(10),
@@ -36,7 +36,7 @@ class LicenseTile extends StatelessWidget {
child: Icon(
Icons.description,
color: CustomTheme.primaryColor,
size: 24,
size: 32,
),
),
const SizedBox(width: 16),

View File

@@ -1,7 +1,7 @@
name: game_tracker
description: "Game Tracking App for Card Games"
publish_to: 'none'
version: 0.0.5+137
version: 0.0.5+138
environment:
sdk: ^3.8.1