chore: Follow up wallpaper design
This commit is contained in:
parent
a359c76782
commit
b0a074c356
2 changed files with 4 additions and 3 deletions
|
|
@ -302,8 +302,7 @@ class Message extends StatelessWidget {
|
||||||
child: AnimatedOpacity(
|
child: AnimatedOpacity(
|
||||||
opacity: animateIn
|
opacity: animateIn
|
||||||
? 0
|
? 0
|
||||||
: event.redacted ||
|
: event.messageType ==
|
||||||
event.messageType ==
|
|
||||||
MessageTypes.BadEncrypted ||
|
MessageTypes.BadEncrypted ||
|
||||||
event.status.isSending
|
event.status.isSending
|
||||||
? 0.5
|
? 0.5
|
||||||
|
|
@ -473,6 +472,8 @@ class Message extends StatelessWidget {
|
||||||
event.originServerTs.localizedTime(context),
|
event.originServerTs.localizedTime(context),
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
fontSize: 12 * AppConfig.fontSizeFactor,
|
fontSize: 12 * AppConfig.fontSizeFactor,
|
||||||
|
fontWeight: FontWeight.bold,
|
||||||
|
color: theme.colorScheme.secondary,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
|
||||||
|
|
@ -242,7 +242,7 @@ class MessageContent extends StatelessWidget {
|
||||||
reason,
|
reason,
|
||||||
),
|
),
|
||||||
icon: '🗑️',
|
icon: '🗑️',
|
||||||
textColor: buttonTextColor,
|
textColor: buttonTextColor.withAlpha(128),
|
||||||
onPressed: () => onInfoTab!(event),
|
onPressed: () => onInfoTab!(event),
|
||||||
fontSize: fontSize,
|
fontSize: fontSize,
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue