refactor: version presentation

This commit is contained in:
problematicconsumer
2023-09-16 00:56:03 +03:30
parent c7f1bf6272
commit 3e91f96a75
6 changed files with 32 additions and 18 deletions

View File

@@ -62,7 +62,7 @@ class NewVersionDialog extends HookConsumerWidget {
style: theme.textTheme.bodySmall,
),
TextSpan(
text: newVersion.fullVersion,
text: newVersion.presentVersion,
style: theme.textTheme.labelMedium,
),
],