Skip to content

Commit

Permalink
refactor(Anchor): [BLA-1055] Fixing lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sofeiyakalaimathy-tw committed Jan 17, 2025
1 parent bc8042d commit 821da75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core-components/src/components/anchor/anchor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,18 @@
font-size: inherit;
}

&-hover--default{
&-hover--default {
&:hover {
color: var(--b2b-color-red-100);
cursor: pointer;
}
}

&-hover--inherit {
&:hover {
color: inherit;
cursor: pointer;
}
}

}
}

0 comments on commit 821da75

Please sign in to comment.