Skip to content

Commit

Permalink
fix: Add pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
natemate90 authored and MauricioKruijer committed Jan 3, 2025
1 parent a8b2e88 commit 609e531
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nextjs/src/components/button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import IconChevronRight from "./icons/icon-chevron-right"

export const buttonStyles = cva(
[
"cursor-pointer",
"hover:shadow-2 hover:bg-gradient-to-r hover:from-stone/10 hover:to-stone/10",
"inline-flex justify-center items-center rounded-full",
"text-14 leading-none uppercase font-bold",
Expand Down

0 comments on commit 609e531

Please sign in to comment.