mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-29 11:20:36 +01:00
fix(NavigationMenu): highlightColor defaults to color prop
This commit is contained in:
@@ -6,7 +6,7 @@ const variants = Object.keys(theme.variants.variant)
|
||||
const orientations = Object.keys(theme.variants.orientation)
|
||||
|
||||
const color = ref(theme.defaultVariants.color)
|
||||
const highlightColor = ref(theme.defaultVariants.highlightColor)
|
||||
const highlightColor = ref()
|
||||
const variant = ref(theme.defaultVariants.variant)
|
||||
const orientation = ref('horizontal' as const)
|
||||
const highlight = ref(true)
|
||||
|
||||
Reference in New Issue
Block a user