feat: add a textDecoration variant to links
This commit is contained in:
@@ -1,7 +1,14 @@
|
||||
.link {
|
||||
}
|
||||
|
||||
.noDecoration {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.underline {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.default {
|
||||
font-family: var(--typography-Body-Regular-fontFamily);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user