Don't underline room topic

This makes finding out that the room dialog exists slightly difficult, but it looks nicer.

We could look into another way to make it obvious that room icon, title, and description are clickable.
This commit is contained in:
Henry Hiles 2026-05-26 15:35:08 -04:00
commit 9939e59429
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs

View file

@ -119,7 +119,6 @@ class RoomAppbar extends ConsumerWidget implements PreferredSizeWidget {
overflow: TextOverflow.ellipsis,
style: Theme.of(context).textTheme.labelMedium?.copyWith(
color: Theme.of(context).colorScheme.onSurfaceVariant,
decoration: TextDecoration.underline,
),
),
],