mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-24 07:15:24 -07:00
fix recipe create button visuals
This commit is contained in:
parent
54b75b7f91
commit
c889b11d31
1 changed files with 5 additions and 5 deletions
|
@ -28,15 +28,15 @@
|
|||
<v-btn
|
||||
v-if="isOwnGroup"
|
||||
rounded
|
||||
large
|
||||
class="ml-2 mt-3"
|
||||
size="large"
|
||||
class="ml-2 mt-3 bg-grey-lighten-4"
|
||||
v-bind="props"
|
||||
variant="tonal"
|
||||
variant="elevated"
|
||||
elevation="2"
|
||||
>
|
||||
<v-icon
|
||||
start
|
||||
large
|
||||
size="large"
|
||||
color="primary"
|
||||
>
|
||||
{{ $globals.icons.createAlt }}
|
||||
|
@ -242,7 +242,7 @@ export default defineNuxtComponent({
|
|||
restricted: true,
|
||||
},
|
||||
]
|
||||
: []
|
||||
: [],
|
||||
);
|
||||
|
||||
const topLinks = computed<SideBarLink[]>(() => [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue