feat: add a textDecoration variant to links
This commit is contained in:
@@ -11,6 +11,7 @@ export default function Link({
|
||||
color,
|
||||
href,
|
||||
partialMatch = false,
|
||||
textDecoration,
|
||||
size,
|
||||
prefetch,
|
||||
variant,
|
||||
@@ -24,6 +25,7 @@ export default function Link({
|
||||
const classNames = linkVariants({
|
||||
active: isActive,
|
||||
className,
|
||||
textDecoration,
|
||||
color,
|
||||
size,
|
||||
variant,
|
||||
|
||||
Reference in New Issue
Block a user