chore: major changes
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user