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<{
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;

View File

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