refactor: Stories header

krille/use-hive-collections
Christian Pauly 3 years ago
parent 9de43c8d39
commit dfaba4cacb

@ -266,17 +266,17 @@ class _StoryButton extends StatelessWidget {
),
),
),
const Spacer(),
Text(
profile.displayName ?? '',
maxLines: 1,
textAlign: TextAlign.center,
style: TextStyle(
fontSize: 12,
fontWeight: unread ? FontWeight.bold : null,
Center(
child: Text(
profile.displayName ?? '',
maxLines: 1,
textAlign: TextAlign.center,
style: TextStyle(
fontSize: 12,
fontWeight: unread ? FontWeight.bold : null,
),
),
),
const Spacer(),
],
),
),

Loading…
Cancel
Save