mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 22:43:34 -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"
|
||||
@click="$emit('edit', true)"
|
||||
>
|
||||
<v-icon size="large">
|
||||
<v-icon size="x-large">
|
||||
{{ $globals.icons.edit }}
|
||||
</v-icon>
|
||||
</v-btn>
|
||||
|
|
|
@ -107,7 +107,7 @@
|
|||
@click.prevent
|
||||
>
|
||||
<v-icon
|
||||
:size="!fab ? undefined : 'large'"
|
||||
:size="!fab ? undefined : 'x-large'"
|
||||
:color="fab ? 'white' : 'secondary'"
|
||||
>
|
||||
{{ icon }}
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
@click.prevent="toggleFavorite"
|
||||
>
|
||||
<v-icon
|
||||
:size="!buttonStyle ? undefined : 'large'"
|
||||
:size="!buttonStyle ? undefined : 'x-large'"
|
||||
:color="buttonStyle ? 'white' : 'secondary'"
|
||||
>
|
||||
{{ isFavorite ? $globals.icons.heart : $globals.icons.heartOutline }}
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
@click.prevent="toggleTimeline"
|
||||
>
|
||||
<v-icon
|
||||
:size="!buttonStyle ? undefined : 'large'"
|
||||
:size="!buttonStyle ? undefined : 'x-large'"
|
||||
:color="buttonStyle ? 'white' : 'secondary'"
|
||||
>
|
||||
{{ $globals.icons.timelineText }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue