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-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[]>(() => [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue