Skip to content

Commit

Permalink
fix: safari gradient card hover (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
mszekiel authored Oct 13, 2022
1 parent b103e3d commit 3a6f0b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/theme/card-gradient.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export const cardGradientOverlayStyle = recipe({
base: {
background: oryTheme.accent.def,
cursor: "pointer",
position: "relative",
},
defaultVariants: { disabled: false },
variants: {
Expand Down

0 comments on commit 3a6f0b0

Please sign in to comment.