fix recipe create button visuals

This commit is contained in:
Kuchenpirat 2025-05-23 07:11:24 +00:00
commit c889b11d31

View file

@ -28,15 +28,15 @@
<v-btn <v-btn
v-if="isOwnGroup" v-if="isOwnGroup"
rounded rounded
large size="large"
class="ml-2 mt-3" class="ml-2 mt-3 bg-grey-lighten-4"
v-bind="props" v-bind="props"
variant="tonal" variant="elevated"
elevation="2" elevation="2"
> >
<v-icon <v-icon
start start
large size="large"
color="primary" color="primary"
> >
{{ $globals.icons.createAlt }} {{ $globals.icons.createAlt }}
@ -242,7 +242,7 @@ export default defineNuxtComponent({
restricted: true, restricted: true,
}, },
] ]
: [] : [],
); );
const topLinks = computed<SideBarLink[]>(() => [ const topLinks = computed<SideBarLink[]>(() => [