Skip to content

Commit

Permalink
Added hover cover
Browse files Browse the repository at this point in the history
  • Loading branch information
khayyam-ahmed committed Nov 26, 2023
1 parent 538cf99 commit ec69fc6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/features/projects/widgets/project_card.dart
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ class _ProjectCardState extends State<ProjectCard> {
color: Theme.of(context).colorScheme.secondary,
borderRadius: BorderRadius.circular(20),
child: InkWell(
mouseCursor: MaterialStateMouseCursor.textable,
onTap: _onTap,
borderRadius: BorderRadius.circular(20),
hoverColor: Theme.of(context).colorScheme.secondary.withAlpha(40),
hoverColor: const Color.fromARGB(59, 0, 0, 0),
splashColor: Theme.of(context).colorScheme.secondary.withAlpha(30),
highlightColor:
Theme.of(context).colorScheme.secondary.withAlpha(20),
Expand Down

0 comments on commit ec69fc6

Please sign in to comment.