refactor: add quote around style settings yaml

This commit is contained in:
Mara 2025-04-26 01:56:08 +02:00
parent 79d9b500c1
commit 09623aedfb

View file

@ -62,13 +62,13 @@ export function convertStyleSettings(
type: heading
level: 3
collapsed: true
title: ${folderName}
title: "${folderName}"
-
id: ${variableNames.bg}
format: hex
opacity: true
type: variable-themed-color
title: ${i18next.t("common.background")}
title: "${i18next.t("common.background")}"
default-light: "${defaultColor.bg.themeLight}"
default-dark: "${defaultColor.bg.themeDark}"
-