chore: Follow up message design

pull/1787/head rc1.26.0-2
krille-chan 10 months ago
parent 8dd1b6dd8b
commit 2b046b916e
No known key found for this signature in database

@ -422,11 +422,14 @@ class Message extends StatelessWidget {
Padding(
padding:
const EdgeInsets.only(
top: 4.0,
bottom: 8.0,
left: 16.0,
right: 16.0,
),
child: Row(
mainAxisSize:
MainAxisSize.min,
spacing: 4.0,
children: [
Icon(
Icons.edit_outlined,
@ -435,11 +438,15 @@ class Message extends StatelessWidget {
size: 14,
),
Text(
' - ${displayEvent.originServerTs.localizedTimeShort(context)}',
displayEvent
.originServerTs
.localizedTimeShort(
context,
),
style: TextStyle(
color: textColor
.withAlpha(164),
fontSize: 12,
fontSize: 11,
),
),
],

Loading…
Cancel
Save