chore: Follow up wallpaper design

This commit is contained in:
krille-chan 2024-11-01 12:54:04 +01:00
parent a359c76782
commit b0a074c356
No known key found for this signature in database
2 changed files with 4 additions and 3 deletions

View file

@ -302,8 +302,7 @@ class Message extends StatelessWidget {
child: AnimatedOpacity(
opacity: animateIn
? 0
: event.redacted ||
event.messageType ==
: event.messageType ==
MessageTypes.BadEncrypted ||
event.status.isSending
? 0.5
@ -473,6 +472,8 @@ class Message extends StatelessWidget {
event.originServerTs.localizedTime(context),
style: TextStyle(
fontSize: 12 * AppConfig.fontSizeFactor,
fontWeight: FontWeight.bold,
color: theme.colorScheme.secondary,
),
),
),

View file

@ -242,7 +242,7 @@ class MessageContent extends StatelessWidget {
reason,
),
icon: '🗑️',
textColor: buttonTextColor,
textColor: buttonTextColor.withAlpha(128),
onPressed: () => onInfoTab!(event),
fontSize: fontSize,
);