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, ), ), ],