From 25afb91c8b80747b2a1d9fea1f51ac44899bf523 Mon Sep 17 00:00:00 2001 From: Jared Pereira Date: Fri, 23 Jan 2026 21:15:41 -0500 Subject: [PATCH] set theme properly on update --- app/lish/createPub/updatePublication.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/app/lish/createPub/updatePublication.ts b/app/lish/createPub/updatePublication.ts index 81a87aa2..a9bd3e56 100644 --- a/app/lish/createPub/updatePublication.ts +++ b/app/lish/createPub/updatePublication.ts @@ -278,6 +278,7 @@ export async function updatePublicationTheme({ return withPublicationUpdate(uri, async ({ normalizedPub, existingBasePath, publicationType, agent }) => { // Build theme object const themeData = { + $type: "pub.leaflet.publication#theme" as const, backgroundImage: theme.backgroundImage ? { $type: "pub.leaflet.theme.backgroundImage", -- 2.51.2