chore: Slightly adjust font sizes and design
This commit is contained in:
parent
c8d2bd8d0a
commit
2710e66fae
4 changed files with 23 additions and 5 deletions
|
|
@ -78,8 +78,10 @@ class ChatAppBarTitle extends StatelessWidget {
|
|||
builder: (context, presence) {
|
||||
final lastActiveTimestamp =
|
||||
presence?.lastActiveTimestamp;
|
||||
final style =
|
||||
Theme.of(context).textTheme.bodySmall;
|
||||
final style = Theme.of(context)
|
||||
.listTileTheme
|
||||
.subtitleTextStyle
|
||||
?.copyWith(fontSize: 12);
|
||||
if (presence?.currentlyActive == true) {
|
||||
return Text(
|
||||
L10n.of(context).currentlyActive,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue