refactor(ui): consistent use of thin-font prop

This commit is contained in:
ArneBo 2025-02-17 11:07:10 +01:00
parent c73e3dba29
commit 03d378fb57
2 changed files with 2 additions and 4 deletions

View File

@ -9,7 +9,7 @@ import { type AlignmentProps, align } from '~/composables/alignment'
const props = defineProps<{ const props = defineProps<{
thickWhenActive?: true thickWhenActive?: true
thin?: true thinFont?: true
icon?: string; icon?: string;
round?: true; round?: true;

View File

@ -194,8 +194,6 @@ const albumModal = ref()
class="actions" class="actions"
> >
<Link <Link
thin
forceUnderline
:to="useModal('album').to" :to="useModal('album').to"
> >
<i class="bi bi-plus" /> <i class="bi bi-plus" />