Skip to content

Commit

Permalink
YaruBanner: make the hover color gray (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
Feichtmeier committed Aug 25, 2022
1 parent 2ee329a commit 49d2a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/utilities/yaru_banner.dart
Expand Up @@ -62,7 +62,7 @@ class YaruBanner extends StatelessWidget {
return InkWell(
onTap: onTap,
borderRadius: borderRadius,
hoverColor: Theme.of(context).primaryColor.withOpacity(0.3),
hoverColor: Theme.of(context).colorScheme.onSurface.withOpacity(0.1),
child: surfaceTintColor != null
? Stack(
children: [
Expand Down

0 comments on commit 49d2a34

Please sign in to comment.