mirror of
https://github.com/mara-li/obsidian-simple-colored-folder.git
synced 2026-07-22 05:46:20 +00:00
refactor: add quote around style settings yaml
This commit is contained in:
parent
79d9b500c1
commit
09623aedfb
1 changed files with 2 additions and 2 deletions
|
|
@ -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}"
|
||||
-
|
||||
|
|
|
|||
Loading…
Reference in a new issue