Skip to content

Commit

Permalink
Fix button unclickable bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Anboias committed Nov 20, 2024
1 parent d93aa68 commit ffe681e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/styles/variables.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ $gradient-base-blue-01: linear-gradient(223deg, rgba(26, 79, 222, 0.6) 0%, rgba(
mask-composite: exclude;
background: $gradient;
border-radius: inherit;
pointer-events: none;
}
}
}
Expand Down

0 comments on commit ffe681e

Please sign in to comment.