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),
|
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 {
|
onSelected: (item) async {
|
||||||
final animation = chipScrollController.animateTo(
|
final animation = chipScrollController.animateTo(
|
||||||
0,
|
0,
|
||||||
|
|||||||
@@ -94,7 +94,7 @@ class ContainerChips extends HookConsumerWidget {
|
|||||||
enableDelete: false,
|
enableDelete: false,
|
||||||
itemId: (container) => container.id,
|
itemId: (container) => container.id,
|
||||||
itemBackgroundColor: (container) =>
|
itemBackgroundColor: (container) =>
|
||||||
container.color.withValues(alpha: 0.5),
|
container.color.withValues(alpha: 0.33),
|
||||||
itemLabel: (container) =>
|
itemLabel: (container) =>
|
||||||
ContainerTitle(container: container),
|
ContainerTitle(container: container),
|
||||||
itemBadgeCount: (container) => container.tabCount,
|
itemBadgeCount: (container) => container.tabCount,
|
||||||
|
|||||||
Reference in New Issue
Block a user