fix: style of recipe actions to be compliant with design schema (#5736)

This commit is contained in:
Felix Schneider
2025-07-20 18:05:56 +02:00
committed by GitHub
parent e638df37d1
commit 88d0b466ce
3 changed files with 18 additions and 21 deletions

View File

@@ -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,