From 9939e59429aad240fcae3311b80f7c00a7df1375 Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Tue, 26 May 2026 15:35:08 -0400 Subject: [PATCH] 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. --- lib/widgets/room_appbar.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/widgets/room_appbar.dart b/lib/widgets/room_appbar.dart index 02ba69d..b40f48d 100644 --- a/lib/widgets/room_appbar.dart +++ b/lib/widgets/room_appbar.dart @@ -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, ), ), ],