update cart/favorite
This commit is contained in:
@@ -57,7 +57,7 @@ class BrandFilterChips extends ConsumerWidget {
|
||||
style: TextStyle(
|
||||
fontSize: 14.0,
|
||||
fontWeight: isSelected ? FontWeight.w600 : FontWeight.normal,
|
||||
color: colorScheme.onSurface,
|
||||
color: isSelected ? Colors.white : colorScheme.onSurface,
|
||||
),
|
||||
),
|
||||
selected: isSelected,
|
||||
|
||||
Reference in New Issue
Block a user