Make role background translucent when user style has image background (#4547)
This commit is contained in:
parent
7273b595fc
commit
6d8aa6c351
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue