show border instead of changing background color for selected containers
This commit is contained in:
@@ -99,6 +99,7 @@ class ContainerChips extends HookConsumerWidget {
|
||||
itemId: (container) => container.id,
|
||||
itemBackgroundColor: (container) =>
|
||||
container.color.withValues(alpha: 0.33),
|
||||
selectedBorderColor: Theme.of(context).colorScheme.primary,
|
||||
itemLabel: (container) =>
|
||||
ContainerTitle(container: container),
|
||||
itemBadgeCount: (container) =>
|
||||
|
||||
Reference in New Issue
Block a user