Make role background translucent when user style has image background (#4547)

This commit is contained in:
Kelrap 2025-10-30 10:02:39 -04:00 committed by GitHub
parent 7273b595fc
commit 6d8aa6c351
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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(