fix preset not setting divider size

This commit is contained in:
zombieFox 2021-08-27 14:36:52 +01:00
parent e7ab38d08d
commit 264316ebea
1 changed files with 1 additions and 0 deletions

View File

@ -268,6 +268,7 @@ export const PresetThemeTile = function({
'theme.layout.color.hsl.l', 'theme.layout.color.hsl.l',
'theme.layout.color.opacity', 'theme.layout.color.opacity',
'theme.layout.color.blur', 'theme.layout.color.blur',
'theme.layout.divider.size',
'theme.header.color.rgb.r', 'theme.header.color.rgb.r',
'theme.header.color.rgb.g', 'theme.header.color.rgb.g',
'theme.header.color.rgb.b', 'theme.header.color.rgb.b',