less intense chip background colors
This commit is contained in:
+1
-1
@@ -484,7 +484,7 @@ class QuickTabSwitcher extends HookConsumerWidget {
|
||||
);
|
||||
},
|
||||
itemAvatar: (item) => UrlIcon([item.url], iconSize: 16),
|
||||
itemBackgroundColor: (item) => item.color?.withValues(alpha: 0.5),
|
||||
itemBackgroundColor: (item) => item.color?.withValues(alpha: 0.33),
|
||||
onSelected: (item) async {
|
||||
final animation = chipScrollController.animateTo(
|
||||
0,
|
||||
|
||||
@@ -94,7 +94,7 @@ class ContainerChips extends HookConsumerWidget {
|
||||
enableDelete: false,
|
||||
itemId: (container) => container.id,
|
||||
itemBackgroundColor: (container) =>
|
||||
container.color.withValues(alpha: 0.5),
|
||||
container.color.withValues(alpha: 0.33),
|
||||
itemLabel: (container) =>
|
||||
ContainerTitle(container: container),
|
||||
itemBadgeCount: (container) => container.tabCount,
|
||||
|
||||
Reference in New Issue
Block a user