mirror of
https://github.com/simon-ding/polaris.git
synced 2026-06-03 08:27:41 +08:00
chore: better text display
This commit is contained in:
@@ -74,6 +74,7 @@ class WelcomePage extends ConsumerWidget {
|
|||||||
),
|
),
|
||||||
Text(
|
Text(
|
||||||
item.name!,
|
item.name!,
|
||||||
|
overflow: TextOverflow.ellipsis,
|
||||||
style: const TextStyle(
|
style: const TextStyle(
|
||||||
fontSize: 14,
|
fontSize: 14,
|
||||||
fontWeight: FontWeight.bold,
|
fontWeight: FontWeight.bold,
|
||||||
|
|||||||
Reference in New Issue
Block a user