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:
parent
e69f04f6e7
commit
9939e59429
1 changed files with 0 additions and 1 deletions
|
|
@ -119,7 +119,6 @@ class RoomAppbar extends ConsumerWidget implements PreferredSizeWidget {
|
||||||
overflow: TextOverflow.ellipsis,
|
overflow: TextOverflow.ellipsis,
|
||||||
style: Theme.of(context).textTheme.labelMedium?.copyWith(
|
style: Theme.of(context).textTheme.labelMedium?.copyWith(
|
||||||
color: Theme.of(context).colorScheme.onSurfaceVariant,
|
color: Theme.of(context).colorScheme.onSurfaceVariant,
|
||||||
decoration: TextDecoration.underline,
|
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue