Skip to content

Commit

Permalink
fix: Correct gradient for featured banner
Browse files Browse the repository at this point in the history
  • Loading branch information
spydon committed Aug 30, 2024
1 parent e8d35da commit 489f265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app_center/lib/snapd/snap_category_enum.dart
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ enum SnapCategoryEnum {
List<Color> get bannerColors => switch (this) {
artAndDesign => _kBannerColors[4],
development => _kBannerColors[9],
featured => _kBannerColors[2],
featured => _kBannerColors[3],
productivity => _kBannerColors[4],
gameDev => _kBannerColors[1],
gameEmulators => _kBannerColors[2],
Expand Down

0 comments on commit 489f265

Please sign in to comment.