From 4b199471cffdadfb01b6a7d11df4cb6b66892208 Mon Sep 17 00:00:00 2001 From: upsiflu Date: Wed, 18 Dec 2024 11:31:41 +0100 Subject: [PATCH] fix(style): minor adjustments to layout and colors --- front/src/components/ui/Link.vue | 10 +++++----- front/src/components/ui/Popover.vue | 6 +++--- front/src/components/ui/popover.scss | 10 +++++----- front/src/style/colors.scss | 9 +++++---- front/src/ui/components/Sidebar.vue | 6 ++---- front/src/ui/components/UserMenu.vue | 2 +- 6 files changed, 21 insertions(+), 22 deletions(-) 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 === ''