mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-26 01:40:34 +01:00
refactor(module)!: implement design system with CSS variables (#2298)
This commit is contained in:
@@ -65,7 +65,7 @@ props:
|
||||
raw: true
|
||||
to: /components/link
|
||||
activeClass: 'font-bold'
|
||||
inactiveClass: 'text-gray-500 dark:text-gray-500'
|
||||
inactiveClass: 'text-[--ui-text-muted]'
|
||||
slots:
|
||||
default: Link
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user