From 03d378fb5751505f75caa44b1e887b6bfe03f78c Mon Sep 17 00:00:00 2001 From: ArneBo Date: Mon, 17 Feb 2025 11:07:10 +0100 Subject: [PATCH] refactor(ui): consistent use of thin-font prop --- front/src/components/ui/Link.vue | 4 ++-- front/src/views/channels/DetailOverview.vue | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/front/src/components/ui/Link.vue b/front/src/components/ui/Link.vue index 661ba04c8..3086fc324 100644 --- a/front/src/components/ui/Link.vue +++ b/front/src/components/ui/Link.vue @@ -9,7 +9,7 @@ import { type AlignmentProps, align } from '~/composables/alignment' const props = defineProps<{ thickWhenActive?: true - thin?: true + thinFont?: true icon?: string; round?: true; @@ -87,7 +87,7 @@ onMounted(() => { &.is-icon-only { padding: var(--padding); } - &.no-spacing{ + &.no-spacing { padding: 0; margin: 0; font-size: 1em; diff --git a/front/src/views/channels/DetailOverview.vue b/front/src/views/channels/DetailOverview.vue index 4c514c306..c5eea283b 100644 --- a/front/src/views/channels/DetailOverview.vue +++ b/front/src/views/channels/DetailOverview.vue @@ -194,8 +194,6 @@ const albumModal = ref() class="actions" >