Update Theme.svelte

This commit is contained in:
WardPearce
2026-04-23 21:46:03 +12:00
parent 76e1397815
commit a85e3fc7d3
@@ -206,7 +206,7 @@
{#each Object.entries(currentThemeColors) as [themeVar, themeColor] (themeVar)}
<div class="color-picker">
<ColorPicker
hex={themeColor}
hex={themeColor.toString()}
label={titleCase(themeVar.replaceAll('--', '').replaceAll('-', ' '))}
position="responsive"
textInputModes={['hex']}