feat: add a textDecoration variant to links

This commit is contained in:
Chuma McPhoy
2024-07-08 13:25:00 +02:00
parent 57b424819a
commit 22647710c9
5 changed files with 16 additions and 1 deletions
@@ -1,7 +1,14 @@
.link {
}
.noDecoration {
text-decoration: none;
}
.underline {
text-decoration: underline;
}
.default {
font-family: var(--typography-Body-Regular-fontFamily);
}