mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-21 15:31:46 +01:00
chore(Breadcrumb): improve theme
This commit is contained in:
@@ -13,10 +13,10 @@ export default {
|
||||
variants: {
|
||||
active: {
|
||||
true: {
|
||||
link: 'text-primary-500 dark:text-primary-400 font-medium'
|
||||
link: 'text-primary-500 dark:text-primary-400 font-semibold'
|
||||
},
|
||||
false: {
|
||||
link: 'text-gray-500 dark:text-gray-400'
|
||||
link: 'text-gray-500 dark:text-gray-400 font-medium'
|
||||
}
|
||||
},
|
||||
disabled: {
|
||||
|
||||
Reference in New Issue
Block a user