fix: update selected character text size

pull/252/head
arturplaczek 3 years ago
parent 03c8134005
commit 541798f155

@ -91,7 +91,9 @@ class _SelectedCharacterState extends State<SelectedCharacter>
children: [
Text(
currentCharacter.name,
style: AppTextStyle.headline3,
style: AppTextStyle.headline2.copyWith(
color: AppColors.white,
),
textAlign: TextAlign.center,
),
const SizedBox(height: 20),

Loading…
Cancel
Save