mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-23 06:45:22 -07:00
minor update to recipe action menu icon sizes
This commit is contained in:
parent
dafece8847
commit
e234c876b2
4 changed files with 4 additions and 4 deletions
|
@ -29,7 +29,7 @@
|
||||||
v-bind="props"
|
v-bind="props"
|
||||||
@click="$emit('edit', true)"
|
@click="$emit('edit', true)"
|
||||||
>
|
>
|
||||||
<v-icon size="large">
|
<v-icon size="x-large">
|
||||||
{{ $globals.icons.edit }}
|
{{ $globals.icons.edit }}
|
||||||
</v-icon>
|
</v-icon>
|
||||||
</v-btn>
|
</v-btn>
|
||||||
|
|
|
@ -107,7 +107,7 @@
|
||||||
@click.prevent
|
@click.prevent
|
||||||
>
|
>
|
||||||
<v-icon
|
<v-icon
|
||||||
:size="!fab ? undefined : 'large'"
|
:size="!fab ? undefined : 'x-large'"
|
||||||
:color="fab ? 'white' : 'secondary'"
|
:color="fab ? 'white' : 'secondary'"
|
||||||
>
|
>
|
||||||
{{ icon }}
|
{{ icon }}
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
@click.prevent="toggleFavorite"
|
@click.prevent="toggleFavorite"
|
||||||
>
|
>
|
||||||
<v-icon
|
<v-icon
|
||||||
:size="!buttonStyle ? undefined : 'large'"
|
:size="!buttonStyle ? undefined : 'x-large'"
|
||||||
:color="buttonStyle ? 'white' : 'secondary'"
|
:color="buttonStyle ? 'white' : 'secondary'"
|
||||||
>
|
>
|
||||||
{{ isFavorite ? $globals.icons.heart : $globals.icons.heartOutline }}
|
{{ isFavorite ? $globals.icons.heart : $globals.icons.heartOutline }}
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
@click.prevent="toggleTimeline"
|
@click.prevent="toggleTimeline"
|
||||||
>
|
>
|
||||||
<v-icon
|
<v-icon
|
||||||
:size="!buttonStyle ? undefined : 'large'"
|
:size="!buttonStyle ? undefined : 'x-large'"
|
||||||
:color="buttonStyle ? 'white' : 'secondary'"
|
:color="buttonStyle ? 'white' : 'secondary'"
|
||||||
>
|
>
|
||||||
{{ $globals.icons.timelineText }}
|
{{ $globals.icons.timelineText }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue