merge develop into components
This commit is contained in:
@@ -67,14 +67,13 @@ class ActivityListState extends ConsumerState<ActivityList> {
|
||||
children: [
|
||||
Icon(icons[type], color: color),
|
||||
const SizedBox(width: 8),
|
||||
Text(
|
||||
Expanded(child: Text(
|
||||
titles[type]!,
|
||||
style: const TextStyle(
|
||||
fontWeight: FontWeight.bold,
|
||||
fontSize: 16,
|
||||
),
|
||||
),
|
||||
const Spacer(),
|
||||
)),
|
||||
const Text("14/01/2005"),
|
||||
],
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user