mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-07-23 22:51:00 -04:00
better time and status position
This commit is contained in:
parent
b8eca1161e
commit
8aaca62ea7
5 changed files with 119 additions and 116 deletions
|
@ -354,7 +354,10 @@ extension ScaleChatThemeExt on ScaleTheme {
|
|||
: scheme.primaryScale.calloutText,
|
||||
),
|
||||
onlyEmojiFontSize: 64,
|
||||
timeStyle: textTheme.bodySmall!.copyWith(fontSize: 9),
|
||||
timeStyle: textTheme.bodySmall!.copyWith(fontSize: 9).copyWith(
|
||||
color: config.preferBorders || config.useVisualIndicators
|
||||
? scheme.primaryScale.calloutBackground
|
||||
: scheme.primaryScale.borderText),
|
||||
receivedMessageBodyTextStyle: textTheme.bodyLarge!.copyWith(
|
||||
color: config.preferBorders
|
||||
? scheme.secondaryScale.calloutBackground
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue