We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed6ec1d commit a76f62eCopy full SHA for a76f62e
1 file changed
renderer/src/features/skills/components/card-registry-skill.tsx
@@ -67,7 +67,7 @@ export function CardRegistrySkill({ skill }: { skill: RegistrySkill }) {
67
) : null}
68
<Button
69
variant="secondary"
70
- className="rounded-full"
+ className="relative z-10 rounded-full"
71
onClick={(e) => {
72
e.stopPropagation()
73
trackEvent('Skills: install dialog opened', {
0 commit comments