chore: major changes

This commit is contained in:
2026-03-17 14:57:39 +01:00
parent 528cdcafef
commit fbf37e6861
12 changed files with 257 additions and 97 deletions
+2 -2
View File
@@ -16,8 +16,8 @@ class PokemonTypeWidget extends StatelessWidget {
Color typeColor = typeToColor(type);
return Container(
padding: const EdgeInsets.all(15),
margin: const EdgeInsets.only(right: 10),
padding: const EdgeInsets.symmetric(horizontal: 8, vertical: 4),
margin: const EdgeInsets.only(right: 6),
alignment: Alignment.center,
decoration: BoxDecoration(
color: typeColor,