Skip to content

Commit 6c62e6c

Browse files
committed
fix(anchor): make it activatable
1 parent ac42180 commit 6c62e6c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/src/components/anchor/anchor.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ export class Anchor {
3333

3434
hostData() {
3535
return {
36-
class: createColorClasses(this.color)
36+
class: createColorClasses(this.color),
37+
'ion-activatable': true
3738
};
3839
}
3940

0 commit comments

Comments
 (0)