diff --git a/pokedex/lib/design/components/stat_line.dart b/pokedex/lib/design/components/stat_line.dart index ada8f9f..f4b4eb5 100644 --- a/pokedex/lib/design/components/stat_line.dart +++ b/pokedex/lib/design/components/stat_line.dart @@ -28,12 +28,9 @@ class StatLine extends StatelessWidget { children: [ Expanded( flex: 2, - child: FittedBox( - child: Text( - title, - style: - textTheme.labelMedium?.copyWith(fontWeight: FontWeight.bold), - ), + child: Text( + title, + style: textTheme.labelMedium?.copyWith(fontWeight: FontWeight.bold), ), ), Expanded(