From 6d8aa6c351d6f7e1b68c333641021d755159ec3f Mon Sep 17 00:00:00 2001 From: Kelrap <99418823+Kelrap@users.noreply.github.com> Date: Thu, 30 Oct 2025 10:02:39 -0400 Subject: [PATCH] Make role background translucent when user style has image background (#4547) --- .../activity_sessions/activity_participant_indicator.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pangea/activity_sessions/activity_participant_indicator.dart b/lib/pangea/activity_sessions/activity_participant_indicator.dart index aaf54bb59..12fb4f77a 100644 --- a/lib/pangea/activity_sessions/activity_participant_indicator.dart +++ b/lib/pangea/activity_sessions/activity_participant_indicator.dart @@ -64,7 +64,7 @@ class ActivityParticipantIndicator extends StatelessWidget { borderRadius: borderRadius ?? BorderRadius.circular(8.0), color: (hovered || selected) && selectable ? theme.colorScheme.surfaceContainerHighest - : Colors.transparent, + : theme.colorScheme.surface.withAlpha(130), ), constraints: const BoxConstraints(maxWidth: 200.0), child: Column(