chore: better text display

This commit is contained in:
Simon Ding
2024-07-31 15:45:49 +08:00
parent 2b4fb99c89
commit e94386e455

View File

@@ -74,6 +74,7 @@ class WelcomePage extends ConsumerWidget {
),
Text(
item.name!,
overflow: TextOverflow.ellipsis,
style: const TextStyle(
fontSize: 14,
fontWeight: FontWeight.bold,