diff --git a/front/src/components/ui/Link.vue b/front/src/components/ui/Link.vue index 91df0b0e4..cec147db4 100644 --- a/front/src/components/ui/Link.vue +++ b/front/src/components/ui/Link.vue @@ -16,7 +16,7 @@ const isExternalLink = computed(() => { const fontWeight = thin ? 400 : 900 const isIconOnly = computed(() => !!icon) -const isSimple = Object.keys(colorProps).length === 0 +const isSimple = propsToColor(colorProps).class === ''