mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-07 14:35:25 +02:00
fix: style of recipe actions to be compliant with design schema (#5736)
This commit is contained in:
parent
e638df37d1
commit
88d0b466ce
3 changed files with 18 additions and 21 deletions
|
@ -151,6 +151,7 @@ import {
|
|||
mdiKnife,
|
||||
mdiCookie,
|
||||
mdiBellPlus,
|
||||
mdiLinkVariantPlus,
|
||||
} from "@mdi/js";
|
||||
|
||||
export const icons = {
|
||||
|
@ -236,6 +237,7 @@ export const icons = {
|
|||
informationOutline: mdiInformationOutline,
|
||||
informationVariant: mdiInformationVariant,
|
||||
link: mdiLink,
|
||||
linkVariantPlus: mdiLinkVariantPlus,
|
||||
lock: mdiLock,
|
||||
logout: mdiLogout,
|
||||
menu: mdiMenu,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue